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