error property Null safety

  1. @JsonKey(name: 'error')
Status? 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;