UserCommandCheck constructor

UserCommandCheck(
  1. {String name = 'User command check'}
)

Create a new UserCommandCheck.

Implementation

UserCommandCheck({super.name = 'User command check'})
    : super((context) => context is UserContext);