VendorResponse constructor
VendorResponse({ - required int id,
- @JsonKey(name: 'URL') String? url,
- bool? active,
- String? address,
- String? addressPost,
- int? amountOfProducts,
- @Default(<VendorTag>[]) List<VendorTag> attachedTags,
- String? created,
- String? delivery,
- String? deliveryDetails,
- String? deliveryMinSum,
- String? description,
- String? email,
- bool? forTesting,
- bool? isDeleted,
- String? name,
- String? nameLegal,
- int? order,
- String? paymentMethod,
- String? phone,
- double? rating,
- String? registrationAuthority,
- String? registrationDate,
- String? registrationNumber,
- VendorSettings? settings,
- String? updated,
- int? updatedBy,
- String? updater,
- String? website,
- String? workingTime,
- String? logo,
})
Implementation
factory VendorResponse({
required int id,
@JsonKey(name: 'URL') String? url,
bool? active,
String? address,
String? addressPost,
int? amountOfProducts,
@Default(<VendorTag>[]) List<VendorTag> attachedTags,
String? created,
String? delivery,
String? deliveryDetails,
String? deliveryMinSum,
String? description,
String? email,
bool? forTesting,
bool? isDeleted,
String? name,
String? nameLegal,
int? order,
String? paymentMethod,
String? phone,
double? rating,
String? registrationAuthority,
String? registrationDate,
String? registrationNumber,
VendorSettings? settings,
String? updated,
int? updatedBy,
String? updater,
String? website,
String? workingTime,
String? logo,
}) = _VendorResponse;