OrioleParams class final

Constructors

OrioleParams({Map<String, ParamValue>? params})

Properties

asMap Map<String, ParamValue>
no setter
asValueMap Map<String, dynamic>
no setter
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setter
isNotEmpty bool
no setter
keys List<String>
no setter
length int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAll(Map<String, dynamic> other) → void
addAsHidden(String key, Object value, {int cleanUpAfter = 1}) → void
asStringMap() Map<String, String>
clear() → void
copyWith() OrioleParams
ensureExist(String name, {Object? initValue, int? cleanupAfter, bool keepAlive = false, ParamChanged? onChange, dynamic onDelete()?}) → void
isSame(OrioleParams other) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateParam(String name, Object value, {int? cleanupAfter, bool keepAlive = false, ParamChanged? onChange, dynamic onDelete()?}) → void
updateParams(OrioleParams newParams) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String key) ParamValue?
operator []=(String key, Object value) → void