getDescription method

  1. @override
String getDescription()

Implementation

@override
String getDescription() =>
    "Add or remove a user from the whitelist. "
    "Use 'add <User>' to add a user and 'remove <User>' to remove a user.";