NotificationRateLimit.fromJson constructor
NotificationRateLimit.fromJson(
- Map json_
Implementation
NotificationRateLimit.fromJson(core.Map json_)
: this(
period: json_.containsKey('period')
? json_['period'] as core.String
: null,
);