GoogleCloudChannelV1Value constructor

GoogleCloudChannelV1Value({
  1. bool? boolValue,
  2. double? doubleValue,
  3. String? int64Value,
  4. Map<String, Object?>? protoValue,
  5. String? stringValue,
})

Implementation

GoogleCloudChannelV1Value({
  this.boolValue,
  this.doubleValue,
  this.int64Value,
  this.protoValue,
  this.stringValue,
});