GenericValuePasser class

Constructors

GenericValuePasser({String? valueString, Object? valueObject, List<Object>? valueObjectList, bool? valueBool})

Properties

getBool bool?
no setter
getObject Object?
no setter
getObjectList List<Object>?
no setter
getString String?
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
valueBool bool?
getter/setter pair
valueObject Object?
getter/setter pair
valueObjectList List<Object>?
getter/setter pair
valueString String?
getter/setter pair

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