NotificationRateLimit.fromJson constructor

NotificationRateLimit.fromJson(
  1. Map json_
)

Implementation

NotificationRateLimit.fromJson(core.Map json_)
    : this(
        period: json_['period'] as core.String?,
      );