ArchiveFormat class Null safety

ArchiveFormat description

Implemented types
Annotations

Constructors

ArchiveFormat({required String id, required DateTime created, required DateTime updated, required App app, @JsonVersion() required Version version, @JsonVersionConstraint() required VersionConstraint constraint, required ArchiveFileFormat format, required List<Mapping> mappings, @JsonExtra() @Default({}) Map<String, dynamic> extra})
ArchiveFormat description
const
factory
ArchiveFormat.fromJson(Map<String, dynamic> data)
Creates a ArchiveFormat from Json map
factory

Properties

app App
app is the App the ArchiveFormat is for.
read-onlyinherited
constraint VersionConstraint
constraint is the constraint version of the App. See VersionConstraint from pub_semver for more information.
read-onlyinherited
copyWith → $ArchiveFormatCopyWith<ArchiveFormat>
read-onlyinherited
created DateTime
created is the date and time when the ArchiveFormat was created inside unself app.
read-onlyinherited
extra Map<String, dynamic>
extra is a map of additional properties.
read-onlyinherited
format ArchiveFileFormat
format is the format of the ArchiveFormat.
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
id String
id is unself unique identifier for the ArchiveFormat.
read-onlyinherited
mappings List<Mapping>
entries is a list of ArchiveFormatEntrys.
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 ArchiveFormat was last updated inside unself app.
read-onlyinherited
version Version
version is the revision version of the ArchiveFormat. See Version from pub_semver for more information.
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