WebApiModulesUtilitiesLabelDesignLabelDesign class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiModulesUtilitiesLabelDesignLabelDesign({String? labelId, String? warehouseId, String? warehouse, String? format, String? category, String? description, String? labelData, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation})
WebApiModulesUtilitiesLabelDesignLabelDesign.fromJson(Map<String, dynamic> json)
factory

Properties

auditNote String?
final
category String?
final
custom List<FwStandardDataFwCustomValue>?
final
dateStamp String?
final
defaultFieldAttributes List<FwStandardDataFwDefaultAttribute>?
final
description String?
final
fields List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?
final
format String?
final
hashCode int
The hash code for this object.
no setteroverride
labelData String?
final
labelId String?
final
recordTitle String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translation List<FwStandardDataFwTranslatedValue>?
final
warehouse String?
final
warehouseId String?
final

Methods

copyWith({String? labelId, String? warehouseId, String? warehouse, String? format, String? category, String? description, String? labelData, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation}) WebApiModulesUtilitiesLabelDesignLabelDesign

Available on WebApiModulesUtilitiesLabelDesignLabelDesign, provided by the $WebApiModulesUtilitiesLabelDesignLabelDesignExtension extension

copyWithWrapped({Wrapped<String?>? labelId, Wrapped<String?>? warehouseId, Wrapped<String?>? warehouse, Wrapped<String?>? format, Wrapped<String?>? category, Wrapped<String?>? description, Wrapped<String?>? labelData, Wrapped<String?>? dateStamp, Wrapped<String?>? auditNote, Wrapped<String?>? recordTitle, Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields, Wrapped<List<FwStandardDataFwCustomValue>?>? custom, Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes, Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) WebApiModulesUtilitiesLabelDesignLabelDesign

Available on WebApiModulesUtilitiesLabelDesignLabelDesign, provided by the $WebApiModulesUtilitiesLabelDesignLabelDesignExtension 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 WebApiModulesUtilitiesLabelDesignLabelDesign Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebApiModulesUtilitiesLabelDesignLabelDesign instance)