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