ScannerStatus({required String status, required this.profile}) { this.status = ScannerStatusType.fromString(status); }