EnterpriseCrmEventbusProtoParameterValueType constructor

EnterpriseCrmEventbusProtoParameterValueType({
  1. EnterpriseCrmEventbusProtoBooleanParameterArray? booleanArray,
  2. bool? booleanValue,
  3. EnterpriseCrmEventbusProtoDoubleParameterArray? doubleArray,
  4. double? doubleValue,
  5. EnterpriseCrmEventbusProtoIntParameterArray? intArray,
  6. String? intValue,
  7. EnterpriseCrmEventbusProtoProtoParameterArray? protoArray,
  8. Map<String, Object?>? protoValue,
  9. EnterpriseCrmEventbusProtoSerializedObjectParameter? serializedObjectValue,
  10. EnterpriseCrmEventbusProtoStringParameterArray? stringArray,
  11. String? stringValue,
})

Implementation

EnterpriseCrmEventbusProtoParameterValueType({
  this.booleanArray,
  this.booleanValue,
  this.doubleArray,
  this.doubleValue,
  this.intArray,
  this.intValue,
  this.protoArray,
  this.protoValue,
  this.serializedObjectValue,
  this.stringArray,
  this.stringValue,
});