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