ParamsBuilder class

Used to create a Params instance.

Constructors

ParamsBuilder()

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

build() Params
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put<T>(String name, {T? value}) → void
Puts a value in the params
putIfAbsent<T>(String name, {T? value}) → void
Puts a value only if it hasn't ben added before.
putMap(Map<String, dynamic> map) → void
Puts all entries from a Map
putParams(Params other) → void
Puts all the entries from another Params.
toString() String
A string representation of this object.
inherited

Operators

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