ExpiryNotification.fromJson constructor

ExpiryNotification.fromJson(
  1. Map json_
)

Implementation

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