GoogleCloudIdentitytoolkitV1ErrorInfo.fromJson constructor

GoogleCloudIdentitytoolkitV1ErrorInfo.fromJson(
  1. Map json_
)

Implementation

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