ProviderRequest constructor
ProviderRequest({
- required String id,
- String? voucherId,
- String? providerId,
- String? serviceId,
- String? formId,
- String? clientId,
- String? administratorId,
- String? createdAt,
- String? updatedAt,
- Voucher? voucher,
- Map<
String, dynamic> ? provider, - Service? service,
- ClientUserEntity? client,
- String voucherServiceId = '',
- String serviceName = '',
- String status = '',
- String result = '',
- String inspector = '',
- DateTime? inspectionDate,
- DateTime? appointmentDate,
- DateTime? completedDate,
- String plate = '',
- String model = '',
- String year = '',
- 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 = '',
});