Archive class Null safety

Archive is a set of data user imported from other apps.

Implemented types
Annotations

Constructors

Archive({required String id, required DateTime created, required DateTime updated, required String name, required Account account, required String formatId, @JsonExtra() @Default({}) Map<String, dynamic> extra})
Archive is a set of data user imported from other apps.
const
factory
Archive.fromJson(Map<String, dynamic> json)
Creates a Archive from Json map
factory

Properties

account Account
account is the owner of the Archive imported.
read-onlyinherited
copyWith → $ArchiveCopyWith<Archive>
read-onlyinherited
created DateTime
created is the date and time when the Archive was created inside unself app.
read-onlyinherited
extra Map<String, dynamic>
extra is a map of additional properties.
read-onlyinherited
formatId String
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
id String
id is unself unique identifier for the Archive.
read-onlyinherited
name String
name is the name of the Archive.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
updated DateTime
updated is the date and time when the Archive was last updated inside unself app.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited