BackupModel class abstract

An abstract class defining a blueprint how backup models should be structurecd.

The custom JSON serialization should preferably be included in each model class itself. Serialization can then be performed within each individual model class without the need of multiple serialization controllers for each model class.

Constructors

BackupModel()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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.
inherited

Operators

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