FwStandardGridsAppDocumentAppDocumentGetManyResponse class

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

Constructors

FwStandardGridsAppDocumentAppDocumentGetManyResponse({String? documentId, String? documentTypeId, String? documentType, String? description, bool? hasImages, bool? hasFile, bool? inactive, String? dateStamp})
FwStandardGridsAppDocumentAppDocumentGetManyResponse.fromJson(Map<String, dynamic> json)
factory

Properties

dateStamp String?
final
description String?
final
documentId String?
final
documentType String?
final
documentTypeId String?
final
hasFile bool?
final
hashCode int
The hash code for this object.
no setteroverride
hasImages bool?
final
inactive bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? documentId, String? documentTypeId, String? documentType, String? description, bool? hasImages, bool? hasFile, bool? inactive, String? dateStamp}) FwStandardGridsAppDocumentAppDocumentGetManyResponse

Available on FwStandardGridsAppDocumentAppDocumentGetManyResponse, provided by the $FwStandardGridsAppDocumentAppDocumentGetManyResponseExtension extension

copyWithWrapped({Wrapped<String?>? documentId, Wrapped<String?>? documentTypeId, Wrapped<String?>? documentType, Wrapped<String?>? description, Wrapped<bool?>? hasImages, Wrapped<bool?>? hasFile, Wrapped<bool?>? inactive, Wrapped<String?>? dateStamp}) FwStandardGridsAppDocumentAppDocumentGetManyResponse

Available on FwStandardGridsAppDocumentAppDocumentGetManyResponse, provided by the $FwStandardGridsAppDocumentAppDocumentGetManyResponseExtension 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