RequestResult constructor

RequestResult(
  1. String? folderId,
  2. Type? type,
  3. int? errorCode,
  4. String? errorMessage,
  5. Mode? mode,
  6. double? confidenceScore,
  7. Resolution? resolution,
  8. bool status,
)

Implementation

RequestResult(this.folderId, this.type, this.errorCode, this.errorMessage,
    this.mode, this.confidenceScore, this.resolution, this.status);