toJson method
Implementation
Map toJson() {
return {
'command': command,
'description': description,
}..removeWhere((_, v) => v == null);
}
Map toJson() {
return {
'command': command,
'description': description,
}..removeWhere((_, v) => v == null);
}