allowlist property
- @JsonKey.new(name: 'allowlist', defaultValue: <AllowlistItem>[])
final
Implementation
@JsonKey(name: 'allowlist', defaultValue: <AllowlistItem>[])
final List<AllowlistItem>? allowlist;
@JsonKey(name: 'allowlist', defaultValue: <AllowlistItem>[])
final List<AllowlistItem>? allowlist;