WebApiModulesInventoryRepairRepairDocument class

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

Constructors

WebApiModulesInventoryRepairRepairDocument({String? repairId, bool? copying, String? documentId, String? documentTypeId, String? uniqueId1, String? uniqueId2, int? uniqueId1Int, String? description, String? inputByUsersId, String? attachDate, String? attachTime, bool? attachToEmail, bool? inactive, String? dateStamp, String? extension, String? documentType, String? inputBy, bool? hasImage, bool? hasFile, int? appImageCount, bool? fileIsModified, String? fileDataUrl, String? filePath, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation})
WebApiModulesInventoryRepairRepairDocument.fromJson(Map<String, dynamic> json)
factory

Properties

appImageCount int?
final
attachDate String?
final
attachTime String?
final
attachToEmail bool?
final
auditNote String?
final
copying bool?
final
custom List<FwStandardDataFwCustomValue>?
final
dateStamp String?
final
defaultFieldAttributes List<FwStandardDataFwDefaultAttribute>?
final
description String?
final
documentId String?
final
documentType String?
final
documentTypeId String?
final
extension String?
final
fields List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?
final
fileDataUrl String?
final
fileIsModified bool?
final
filePath String?
final
hasFile bool?
final
hashCode int
The hash code for this object.
no setteroverride
hasImage bool?
final
inactive bool?
final
inputBy String?
final
inputByUsersId String?
final
recordTitle String?
final
repairId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translation List<FwStandardDataFwTranslatedValue>?
final
uniqueId1 String?
final
uniqueId1Int int?
final
uniqueId2 String?
final

Methods

copyWith({String? repairId, bool? copying, String? documentId, String? documentTypeId, String? uniqueId1, String? uniqueId2, int? uniqueId1Int, String? description, String? inputByUsersId, String? attachDate, String? attachTime, bool? attachToEmail, bool? inactive, String? dateStamp, String? extension, String? documentType, String? inputBy, bool? hasImage, bool? hasFile, int? appImageCount, bool? fileIsModified, String? fileDataUrl, String? filePath, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation}) WebApiModulesInventoryRepairRepairDocument

Available on WebApiModulesInventoryRepairRepairDocument, provided by the $WebApiModulesInventoryRepairRepairDocumentExtension extension

copyWithWrapped({Wrapped<String?>? repairId, Wrapped<bool?>? copying, Wrapped<String?>? documentId, Wrapped<String?>? documentTypeId, Wrapped<String?>? uniqueId1, Wrapped<String?>? uniqueId2, Wrapped<int?>? uniqueId1Int, Wrapped<String?>? description, Wrapped<String?>? inputByUsersId, Wrapped<String?>? attachDate, Wrapped<String?>? attachTime, Wrapped<bool?>? attachToEmail, Wrapped<bool?>? inactive, Wrapped<String?>? dateStamp, Wrapped<String?>? extension, Wrapped<String?>? documentType, Wrapped<String?>? inputBy, Wrapped<bool?>? hasImage, Wrapped<bool?>? hasFile, Wrapped<int?>? appImageCount, Wrapped<bool?>? fileIsModified, Wrapped<String?>? fileDataUrl, Wrapped<String?>? filePath, Wrapped<String?>? auditNote, Wrapped<String?>? recordTitle, Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields, Wrapped<List<FwStandardDataFwCustomValue>?>? custom, Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes, Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) WebApiModulesInventoryRepairRepairDocument

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