GoogleCloudIntegrationsV1alphaCoordinate.fromJson constructor
GoogleCloudIntegrationsV1alphaCoordinate.fromJson(
- Map json_
Implementation
GoogleCloudIntegrationsV1alphaCoordinate.fromJson(core.Map json_)
: this(x: json_['x'] as core.int?, y: json_['y'] as core.int?);