errorType property

  1. @JsonKey(name: 'error_type', toJson: errorErrorTypeToJson, fromJson: errorErrorTypeFromJson)
ErrorErrorType? errorType
final

Implementation

@JsonKey(
    name: 'error_type',
    toJson: errorErrorTypeToJson,
    fromJson: errorErrorTypeFromJson)
final enums.ErrorErrorType? errorType;