CustomListGroup.fromJson constructor
CustomListGroup.fromJson(
- Map json_
Implementation
CustomListGroup.fromJson(core.Map json_)
: this(
settings: (json_['settings'] as core.List?)
?.map((value) => CustomListTargetingSetting.fromJson(
value as core.Map<core.String, core.dynamic>))
.toList(),
);