NiceViewVersioning class
Utility for computing diffs between view definition versions and migrating definitions.
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
diff(
NiceViewDefinition from, NiceViewDefinition to) → NiceViewDiff - Compute the diff between two view definitions.
-
migrate(
NiceViewDefinition current, NiceViewDiff diff) → NiceViewDefinition - Migrate a definition from an older version, applying changes. Returns a new definition with the target version number.