GoogleCloudApihubV1Point.fromJson constructor

GoogleCloudApihubV1Point.fromJson(
  1. Map json_
)

Implementation

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