MessageCustomServiceAction constructor

const MessageCustomServiceAction({
  1. required String text,
})

A non-standard action has happened in the chat

Implementation

const MessageCustomServiceAction({
  required this.text,
});