DocumentMetadata class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

DocumentMetadata({String? name, String? status, String? docId, DocType? docType})
DocumentMetadata.fromJson(Map<String, dynamic> json)
factory

Properties

docId String?
final
docType DocType?
final
hashCode int
The hash code for this object.
no setteroverride
name String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
final

Methods

copyWith({String? name, String? status, String? docId, DocType? docType}) DocumentMetadata

Available on DocumentMetadata, provided by the $DocumentMetadataExtension extension

copyWithWrapped({Wrapped<String?>? name, Wrapped<String?>? status, Wrapped<String?>? docId, Wrapped<DocType?>? docType}) DocumentMetadata

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