MmCreateCommandRequest constructor
MmCreateCommandRequest({})
Returns a new MmCreateCommandRequest instance.
Implementation
MmCreateCommandRequest({
required this.teamId,
required this.method,
required this.trigger,
required this.url,
});