$SelectedInventories.fromJson constructor
$SelectedInventories.fromJson(
- Map json_
Implementation
$SelectedInventories.fromJson(core.Map json_)
: this(
allowDiscover: json_['allowDiscover'] as core.bool?,
allowGmail: json_['allowGmail'] as core.bool?,
allowGoogleDisplayNetwork:
json_['allowGoogleDisplayNetwork'] as core.bool?,
allowYoutubeFeed: json_['allowYoutubeFeed'] as core.bool?,
allowYoutubeShorts: json_['allowYoutubeShorts'] as core.bool?,
allowYoutubeStream: json_['allowYoutubeStream'] as core.bool?,
);