AccountItemUpdatesSettings.fromJson constructor
AccountItemUpdatesSettings.fromJson(
- Map json_
Implementation
AccountItemUpdatesSettings.fromJson(core.Map json_)
: this(
allowAvailabilityUpdates:
json_['allowAvailabilityUpdates'] as core.bool?,
allowConditionUpdates: json_['allowConditionUpdates'] as core.bool?,
allowPriceUpdates: json_['allowPriceUpdates'] as core.bool?,
allowStrictAvailabilityUpdates:
json_['allowStrictAvailabilityUpdates'] as core.bool?,
);