GoogleCloudIdentitytoolkitV1EmailInfo.fromJson constructor

GoogleCloudIdentitytoolkitV1EmailInfo.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitV1EmailInfo.fromJson(core.Map json_)
    : this(
        emailAddress: json_.containsKey('emailAddress')
            ? json_['emailAddress'] as core.String
            : null,
      );