PropertyOperationsBuilder class

Constructors

PropertyOperationsBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

append(String key, dynamic value) PropertyOperationsBuilder
appendOnce(String key, dynamic value) PropertyOperationsBuilder
build() PropertyOperations
clearAll() PropertyOperationsBuilder
increment(String key, dynamic value) PropertyOperationsBuilder
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepend(String key, dynamic value) PropertyOperationsBuilder
prependOnce(String key, dynamic value) PropertyOperationsBuilder
remove(String key, dynamic value) PropertyOperationsBuilder
set(String key, dynamic value) PropertyOperationsBuilder
setOnce(String key, dynamic value) PropertyOperationsBuilder
toString() String
A string representation of this object.
inherited
unset(String key) PropertyOperationsBuilder

Operators

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