GSuitePrincipal.fromJson constructor

GSuitePrincipal.fromJson(
  1. Map json_
)

Implementation

GSuitePrincipal.fromJson(core.Map json_)
    : this(
        gsuiteDomain: json_['gsuiteDomain'] as core.bool?,
        gsuiteGroupEmail: json_['gsuiteGroupEmail'] as core.String?,
        gsuiteUserEmail: json_['gsuiteUserEmail'] as core.String?,
      );