GoogleCloudIdentitytoolkitV1ErrorInfo.fromJson constructor
GoogleCloudIdentitytoolkitV1ErrorInfo.fromJson(
- Map json_
Implementation
GoogleCloudIdentitytoolkitV1ErrorInfo.fromJson(core.Map json_)
: this(
index: json_['index'] as core.int?,
message: json_['message'] as core.String?,
);