UsersettingsNotificationPriceDrop.fromJson constructor

UsersettingsNotificationPriceDrop.fromJson(
  1. Map json_
)

Implementation

UsersettingsNotificationPriceDrop.fromJson(core.Map json_)
    : this(
        optedState: json_['opted_state'] as core.String?,
      );