GoogleCloudApihubV1Point.fromJson constructor
GoogleCloudApihubV1Point.fromJson(
- Map json_
Implementation
GoogleCloudApihubV1Point.fromJson(core.Map json_)
: this(
character: json_['character'] as core.int?,
line: json_['line'] as core.int?,
);