Mutation$sendMessageToTarget$sendMessageToTarget$messageGroup$lastMessage$custom constructor

Mutation$sendMessageToTarget$sendMessageToTarget$messageGroup$lastMessage$custom({
  1. String? id,
  2. String? type,
  3. String $__typename = 'CustomMessageType',
})

Implementation

Mutation$sendMessageToTarget$sendMessageToTarget$messageGroup$lastMessage$custom({
  this.id,
  this.type,
  this.$__typename = 'CustomMessageType',
});