EnterpriseCrmEventbusProtoValueType constructor

EnterpriseCrmEventbusProtoValueType({
  1. bool? booleanValue,
  2. EnterpriseCrmEventbusProtoDoubleArray? doubleArray,
  3. double? doubleValue,
  4. EnterpriseCrmEventbusProtoIntArray? intArray,
  5. String? intValue,
  6. Map<String, Object?>? protoValue,
  7. EnterpriseCrmEventbusProtoStringArray? stringArray,
  8. String? stringValue,
})

Implementation

EnterpriseCrmEventbusProtoValueType({
  this.booleanValue,
  this.doubleArray,
  this.doubleValue,
  this.intArray,
  this.intValue,
  this.protoValue,
  this.stringArray,
  this.stringValue,
});