error property Null safety
- @JsonKey(name: 'error')
final
If set, represents the error message for the operation. Note that filled-in image annotations are guaranteed to be correct, even when error is set.
Implementation
@JsonKey(name: 'error')
final Status? error;