VendorResponse class
- Annotations
Constructors
-
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}) -
factory
-
VendorResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- active → bool?
-
no setterinherited
- address → String?
-
no setterinherited
- addressPost → String?
-
no setterinherited
- amountOfProducts → int?
-
no setterinherited
-
attachedTags
→ List<
VendorTag> -
no setterinherited
-
copyWith
→ $VendorResponseCopyWith<
VendorResponse> -
Create a copy of VendorResponse
with the given fields replaced by the non-null parameter values.
no setterinherited
- created → String?
-
no setterinherited
- delivery → String?
-
no setterinherited
- deliveryDetails → String?
-
no setterinherited
- deliveryMinSum → String?
-
no setterinherited
- description → String?
-
no setterinherited
- email → String?
-
no setterinherited
- forTesting → bool?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
no setterinherited
- isDeleted → bool?
-
no setterinherited
- logo → String?
-
no setterinherited
- name → String?
-
no setterinherited
- nameLegal → String?
-
no setterinherited
- order → int?
-
no setterinherited
- paymentMethod → String?
-
no setterinherited
- phone → String?
-
no setterinherited
- rating → double?
-
no setterinherited
- registrationAuthority → String?
-
no setterinherited
- registrationDate → String?
-
no setterinherited
- registrationNumber → String?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settings → VendorSettings?
-
no setterinherited
- updated → String?
-
no setterinherited
- updatedBy → int?
-
no setterinherited
- updater → String?
-
no setterinherited
- url → String?
-
no setterinherited
- website → String?
-
no setterinherited
- workingTime → String?
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this VendorResponse to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited