allowlist property

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

Implementation

@JsonKey(name: 'allowlist', defaultValue: <AllowlistItem>[])
final List<AllowlistItem>? allowlist;