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