UsersettingsNotificationRewardExpirations.fromJson constructor
UsersettingsNotificationRewardExpirations.fromJson(
- Map json_
Implementation
UsersettingsNotificationRewardExpirations.fromJson(core.Map json_)
: this(
optedState: json_.containsKey('opted_state')
? json_['opted_state'] as core.String
: null,
);