ProfileResultData constructor

const ProfileResultData({
  1. EMDKResults? result,
  2. String? profileName,
  3. ProfileFlag? profileFlag,
  4. String? profileString,
})

Implementation

const ProfileResultData({
  this.result,
  this.profileName,
  this.profileFlag,
  this.profileString,
});