ChatReactionsAll constructor

const ChatReactionsAll({
  1. required bool allowCustom,
})

Chat Reactions All constructor.

Implementation

const ChatReactionsAll({
  required this.allowCustom,
}) : super._();