You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lib/api/model/model.dart
+1-1
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,7 @@ class User {
204
204
@JsonKey(unknownEnumValue:UserRole.unknown)
205
205
UserRole role;
206
206
String timezone;
207
-
String? avatarUrl; // TODO distinguish null from missing https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/flutter.3A.20omitted.20vs.2E.20null.20in.20JSON/near/1551759
207
+
String? avatarUrl; // TODO(#255) distinguish null from missing, as a `JsonNullable<String>?`
208
208
int avatarVersion;
209
209
210
210
// null for bots, which don't have custom profile fields.
0 commit comments