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