errors property

  1. @JsonKey.new(name: 'Errors', includeIfNull: false, defaultValue: <String>[])
List<String>? errors
final

Implementation

@JsonKey(name: 'Errors', includeIfNull: false, defaultValue: <String>[])
final List<String>? errors;