SiteVerificationWebResourceGettokenResponse.fromJson constructor
SiteVerificationWebResourceGettokenResponse.fromJson(
- Map json_
Implementation
SiteVerificationWebResourceGettokenResponse.fromJson(core.Map json_)
: this(
method: json_['method'] as core.String?,
token: json_['token'] as core.String?,
);