NullableReflectSubObject class

Available extensions
Annotations

Constructors

NullableReflectSubObject({String value = "something", int anotherValue = 42})
const

Properties

$mirror → ArtifactMirror

Available on NullableReflectSubObject, provided by the $NullableReflectSubObject extension

no setter
anotherValue → int
final
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 NullableReflectSubObject, provided by the $NullableReflectSubObject extension

no setter
value → String
final

Methods

copyWith({String? value, bool resetValue = _F, int? anotherValue, bool resetAnotherValue = _F, int? deltaAnotherValue}) → NullableReflectSubObject

Available on NullableReflectSubObject, provided by the $NullableReflectSubObject extension

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

Available on NullableReflectSubObject, provided by the $NullableReflectSubObject extension

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

Operators

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