GetMessageFileType constructor
const
GetMessageFileType({
- required String messageFileHead,
Returns information about a file with messages exported from another app
Implementation
const GetMessageFileType({
required this.messageFileHead,
});