GoogleCloudApihubV1Point constructor

GoogleCloudApihubV1Point({
  1. int? character,
  2. int? line,
})

Implementation

GoogleCloudApihubV1Point({this.character, this.line});