ProviderRequest constructor

ProviderRequest({
  1. required String id,
  2. String? voucherId,
  3. String? providerId,
  4. String? serviceId,
  5. String? formId,
  6. String? clientId,
  7. String? administratorId,
  8. String? createdAt,
  9. String? updatedAt,
  10. Voucher? voucher,
  11. Map<String, dynamic>? provider,
  12. Service? service,
  13. ClientUserEntity? client,
  14. String voucherServiceId = '',
  15. String serviceName = '',
  16. String status = '',
  17. String result = '',
  18. String inspector = '',
  19. DateTime? inspectionDate,
  20. DateTime? appointmentDate,
  21. DateTime? completedDate,
  22. String plate = '',
  23. String renavam = '',
  24. String model = '',
  25. String year = '',
  26. String observacoes = '',
})

Implementation

ProviderRequest({
  required this.id,
  this.voucherId,
  this.providerId,
  this.serviceId,
  this.formId,
  this.clientId,
  this.administratorId,
  this.createdAt,
  this.updatedAt,
  this.voucher,
  this.provider,
  this.service,
  this.client,
  this.voucherServiceId = '',
  this.serviceName = '',
  this.status = '',
  this.result = '',
  this.inspector = '',
  this.inspectionDate,
  this.appointmentDate,
  this.completedDate,
  this.plate = '',
  this.renavam = '',
  this.model = '',
  this.year = '',
  this.observacoes = '',
});