ActionCustomUserMessage constructor

ActionCustomUserMessage({
  1. int? opcode,
  2. String? typeName,
  3. String? mimeType,
  4. String? jsonPayload,
  5. List<int>? binaryPayload,
})

Implementation

ActionCustomUserMessage({
    this.opcode,
    this.typeName,
    this.mimeType,
    this.jsonPayload,
    this.binaryPayload,
});