userInfo property

  1. @JsonKey(defaultValue: <String, dynamic>{})
Map<String?, Object?>? userInfo
final

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?, Object?>? userInfo;