ImageAllowlist.fromJson constructor
ImageAllowlist.fromJson(
- Map json_
Implementation
ImageAllowlist.fromJson(core.Map json_)
: this(
allowPattern:
(json_['allowPattern'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);