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