CommandSetTyping constructor

const CommandSetTyping({
  1. required String target,
  2. required TypingState state,
})

Implementation

const CommandSetTyping({
  required this.target,
  required this.state,
});