ParamValue class final

Constructors

ParamValue(Object? _value, {bool keepAlive = false, int? cleanupAfter, ParamChanged? onChange, dynamic onDelete()?})

Properties

asDouble double?
no setter
asInt int?
no setter
asString String
no setter
cleanupAfter int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasValue bool
no setter
keepAlive bool
getter/setter pair
onChange ParamChanged?
getter/setter pair
onDelete ↔ dynamic Function()?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Object?
no setter

Methods

copyWith({Object? value, bool? keepAlive, int? cleanupAfter, ParamChanged? onChange, dynamic onDelete()?}) ParamValue
isSame(ParamValue other) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
valueAs<T>() → T?

Operators

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