factory SafeRoomNoticeData.fromJson(Map<String, dynamic> json) { return SafeRoomNoticeData( state: json['state'] as String, ); }