GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserResponse.fromJson constructor

GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserResponse.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserResponse.fromJson(
  core.Map json_,
) : this(
      thirdPartyProfileUser:
          json_.containsKey('thirdPartyProfileUser')
              ? GoogleChromeManagementVersionsV1ThirdPartyProfileUser.fromJson(
                json_['thirdPartyProfileUser']
                    as core.Map<core.String, core.dynamic>,
              )
              : null,
    );