MBFilterParameter class
A parameter used to filter the elements that will be returned.
- Inheritance
-
- Object
- MBParameter
- MBFilterParameter
Constructors
- MBFilterParameter({required String field, required String value})
- Initializes a filter parameter.
- MBFilterParameter.named({required String field, required String value, required String name})
-
Initializes a filter parameter object to filter the sections that have at least an element with name ? =
name
and value =value
.
Properties
- field → String
-
The field used to filter.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
representation
→ Map<
String, String> -
The representation of this parameter, how it will be passed to MBurger APIs.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
The value used to filter the elements.
final
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