UpgraderException constructor
const
UpgraderException({
- required UpdateCheckFailureType type,
- required String message,
- Object? cause,
- int? statusCode,
Implementation
const UpgraderException({
required this.type,
required this.message,
this.cause,
this.statusCode,
});