Options.fromJson constructor
Options.fromJson(
- Map json_
Implementation
Options.fromJson(core.Map json_)
: this(
includeOnlyTargetedUserLists:
json_.containsKey('includeOnlyTargetedUserLists')
? json_['includeOnlyTargetedUserLists'] as core.bool
: null,
);