ResultModel constructor
ResultModel({
- required ResultType? type,
- int? max,
- int? progress,
- String? apk,
- String? exception,
Implementation
ResultModel({
required this.type,
this.max,
this.progress,
this.apk,
this.exception,
});