ChatCommandCheck constructor

ChatCommandCheck(
  1. {String name = 'Chat command check'}
)

Create a new ChatCommandCheck.

Implementation

ChatCommandCheck({super.name = 'Chat command check'})
    : super((context) => context is ChatContext);