FlutterSmartSelfieJobStatusResponse constructor
FlutterSmartSelfieJobStatusResponse({
- required String timestamp,
- required bool jobComplete,
- required bool jobSuccess,
- required String code,
- FlutterSmartSelfieJobResult? result,
- String? resultString,
- List<
FlutterSmartSelfieJobResult?> ? history, - FlutterImageLinks? imageLinks,
Implementation
FlutterSmartSelfieJobStatusResponse({
required this.timestamp,
required this.jobComplete,
required this.jobSuccess,
required this.code,
this.result,
this.resultString,
this.history,
this.imageLinks,
});