Result constructor
Result({
- required String? message,
- required String? input,
- required List<
Prediction> prediction, - required int? page,
- required String? requestFileId,
- required String? filepath,
- required String? id,
- required int? rotation,
- required String? fileUrl,
- required String? requestMetadata,
- required String? processingType,
Implementation
Result({
required this.message,
required this.input,
required this.prediction,
required this.page,
required this.requestFileId,
required this.filepath,
required this.id,
required this.rotation,
required this.fileUrl,
required this.requestMetadata,
required this.processingType,
});