EnterpriseCrmFrontendsEventbusProtoParameterValueType constructor

Implementation

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