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