IrnProfile constructor

IrnProfile({
  1. bool? enrollmentStatus,
  2. String? name,
  3. bool? onboardingStatus,
  4. String? updateTime,
})

Implementation

IrnProfile({
  this.enrollmentStatus,
  this.name,
  this.onboardingStatus,
  this.updateTime,
});