ArchiveSchema class Null safety

ArchiveSchema description

Implemented types
Annotations

Constructors

ArchiveSchema({required String id, required DateTime created, required DateTime updated, required String appId, @JsonVersion() required Version version, @JsonVersionConstraint() required VersionConstraint constraint, required List<ArchiveSchemaPart> part, @JsonExtra() @Default({}) Map<String, dynamic> extra})
ArchiveSchema description
const
factory
ArchiveSchema.fromJson(Map<String, dynamic> data)
Creates a ArchiveSchema from Json map
factory

Properties

appId String
appId is the id of the App the ArchiveSchema 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 → $ArchiveSchemaCopyWith<ArchiveSchema>
read-onlyinherited
created DateTime
created is the date and time when the ArchiveSchema was created inside unself app.
read-onlyinherited
extra Map<String, dynamic>
extra is a map of additional properties.
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
id String
id is unself unique identifier for the ArchiveSchema.
read-onlyinherited
part List<ArchiveSchemaPart>
entries is a list of ArchiveSchemaEntrys.
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 ArchiveSchema was last updated inside unself app.
read-onlyinherited
version Version
version is the revision version of the ArchiveSchema. 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
read(Map<String, dynamic> json) ArchiveData
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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