InstallResult constructor

InstallResult({
  1. required InstallStatus status,
  2. String? message,
  3. String? profileId,
})

Implementation

InstallResult({required this.status, this.message, this.profileId});