VerifyNotificationChannelRequest.fromJson constructor
VerifyNotificationChannelRequest.fromJson(
- Map json_
Implementation
VerifyNotificationChannelRequest.fromJson(core.Map json_)
: this(code: json_['code'] as core.String?);