MessageFileUploadRequest constructor
MessageFileUploadRequest({
- String? resource,
- String? action,
- UploadPayload? payload,
- String? type,
Implementation
MessageFileUploadRequest ({
this.resource,
this.action,
this.payload,
this.type,
});