Properties
-
hashCode
→ int
-
The hash code for this object.
read-onlyinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
value
→ Object
-
read-onlyinherited
Methods
-
map<TResult extends Object?>({required TResult string(_CompositionStringParamValue value), required TResult number(_CompositionNumberParamValue value), required TResult boolean(_CompositionBooleanParamValue value)})
→ TResult
-
inherited
-
mapOrNull<TResult extends Object?>({TResult? string(_CompositionStringParamValue value)?, TResult? number(_CompositionNumberParamValue value)?, TResult? boolean(_CompositionBooleanParamValue value)?})
→ TResult?
-
inherited
-
maybeMap<TResult extends Object?>({TResult string(_CompositionStringParamValue value)?, TResult number(_CompositionNumberParamValue value)?, TResult boolean(_CompositionBooleanParamValue value)?, required TResult orElse()})
→ TResult
-
inherited
-
maybeWhen<TResult extends Object?>({TResult string(String value)?, TResult number(double value)?, TResult boolean(bool value)?, required TResult orElse()})
→ TResult
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toJson()
→ dynamic
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
when<TResult extends Object?>({required TResult string(String value), required TResult number(double value), required TResult boolean(bool value)})
→ TResult
-
inherited
-
whenOrNull<TResult extends Object?>({TResult? string(String value)?, TResult? number(double value)?, TResult? boolean(bool value)?})
→ TResult?
-
inherited