ExpiryNotification.fromJson constructor
ExpiryNotification.fromJson(
- Map json_
Implementation
ExpiryNotification.fromJson(core.Map json_)
: this(
enableNotification: json_['enableNotification'] as core.bool?,
);