userInfo property
A map that contains more detailed information about the error.
Any key of the map must be a valid NSErrorUserInfoKey.
Implementation
@JsonKey(defaultValue: <String, dynamic>{})
final Map<String, dynamic> userInfo;
A map that contains more detailed information about the error.
Any key of the map must be a valid NSErrorUserInfoKey.
@JsonKey(defaultValue: <String, dynamic>{})
final Map<String, dynamic> userInfo;