ReflectModel class

Available extensions
Annotations

Constructors

ReflectModel({int value = 1})
const

Properties

$mirror → ArtifactMirror

Available on ReflectModel, provided by the $ReflectModel extension

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

Available on ReflectModel, provided by the $ReflectModel extension

no setter
value → int
final

Methods

copyWith({int? value, bool resetValue = _F, int? deltaValue}) → ReflectModel

Available on ReflectModel, provided by the $ReflectModel extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, dynamic>

Available on ReflectModel, provided by the $ReflectModel extension

toString() → String
A string representation of this object.
inherited

Operators

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