GoogleCloudApigeeV1Point constructor

GoogleCloudApigeeV1Point({
  1. String? id,
  2. List<GoogleCloudApigeeV1Result>? results,
})

Implementation

GoogleCloudApigeeV1Point({
  this.id,
  this.results,
});