MessageActionSetChatTheme constructor

const MessageActionSetChatTheme({
  1. required String emoticon,
})

Message Action Set Chat Theme constructor.

Implementation

const MessageActionSetChatTheme({
  required this.emoticon,
}) : super._();