WebApiModulesAgentScheduleBarCodeReservationResource class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
WebApiModulesAgentScheduleBarCodeReservationResource({String? name, String? id, String? backColor, String? leftBarColor, String? orderItemId, String? barCode, String? rentalItemId, String? frozen, bool? qcRequired, String? qcRequiredColor, String? inventoryId, String? warehouseId, String? consignor, List<
WebApiModulesAgentScheduleBarCodeReservationResource> ? children}) -
WebApiModulesAgentScheduleBarCodeReservationResource.fromJson(Map<
String, dynamic> json) -
factory
Properties
- backColor → String?
-
final
- barCode → String?
-
final
-
children
→ List<
WebApiModulesAgentScheduleBarCodeReservationResource> ? -
final
- consignor → String?
-
final
- frozen → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String?
-
final
- inventoryId → String?
-
final
- leftBarColor → String?
-
final
- name → String?
-
final
- orderItemId → String?
-
final
- qcRequired → bool?
-
final
- qcRequiredColor → String?
-
final
- rentalItemId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- warehouseId → String?
-
final
Methods
-
copyWith(
{String? name, String? id, String? backColor, String? leftBarColor, String? orderItemId, String? barCode, String? rentalItemId, String? frozen, bool? qcRequired, String? qcRequiredColor, String? inventoryId, String? warehouseId, String? consignor, List< WebApiModulesAgentScheduleBarCodeReservationResource> ? children}) → WebApiModulesAgentScheduleBarCodeReservationResource -
Available on WebApiModulesAgentScheduleBarCodeReservationResource, provided by the $WebApiModulesAgentScheduleBarCodeReservationResourceExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? name, Wrapped<String?> ? id, Wrapped<String?> ? backColor, Wrapped<String?> ? leftBarColor, Wrapped<String?> ? orderItemId, Wrapped<String?> ? barCode, Wrapped<String?> ? rentalItemId, Wrapped<String?> ? frozen, Wrapped<bool?> ? qcRequired, Wrapped<String?> ? qcRequiredColor, Wrapped<String?> ? inventoryId, Wrapped<String?> ? warehouseId, Wrapped<String?> ? consignor, Wrapped<List< ? children}) → WebApiModulesAgentScheduleBarCodeReservationResourceWebApiModulesAgentScheduleBarCodeReservationResource> ?> -
Available on WebApiModulesAgentScheduleBarCodeReservationResource, provided by the $WebApiModulesAgentScheduleBarCodeReservationResourceExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const WebApiModulesAgentScheduleBarCodeReservationResource Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesAgentScheduleBarCodeReservationResource instance)