MmCommand constructor
MmCommand({
- String? id,
- String? token,
- int? createAt,
- int? updateAt,
- int? deleteAt,
- String? creatorId,
- String? teamId,
- String? trigger,
- String? method,
- String? username,
- String? iconUrl,
- bool? autoComplete,
- String? autoCompleteDesc,
- String? autoCompleteHint,
- String? displayName,
- String? description,
- String? url,
Returns a new MmCommand instance.
Implementation
MmCommand({
this.id,
this.token,
this.createAt,
this.updateAt,
this.deleteAt,
this.creatorId,
this.teamId,
this.trigger,
this.method,
this.username,
this.iconUrl,
this.autoComplete,
this.autoCompleteDesc,
this.autoCompleteHint,
this.displayName,
this.description,
this.url,
});