GetModelByIdResponseModel constructor

GetModelByIdResponseModel({
  1. String? modelId,
  2. String? modelType,
  3. int? state,
  4. String? status,
  5. double? accuracy,
  6. List<Category>? categories,
  7. String? email,
  8. bool? isPublic,
  9. bool? isPaid,
})

Implementation

GetModelByIdResponseModel({
  this.modelId,
  this.modelType,
  this.state,
  this.status,
  this.accuracy,
  this.categories,
  this.email,
  this.isPublic,
  this.isPaid,
});