ProfileResultData constructor
const
ProfileResultData({
- EMDKResults? result,
- String? profileName,
- ProfileFlag? profileFlag,
- String? profileString,
Implementation
const ProfileResultData({
this.result,
this.profileName,
this.profileFlag,
this.profileString,
});