GoogleCloudIdentitytoolkitV1ErrorInfo.fromJson constructor

GoogleCloudIdentitytoolkitV1ErrorInfo.fromJson(
  1. 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,
      );