MetadataFilter class

A metadata filter which can be applied when retrieving the transaction list

Constructors

MetadataFilter({required String jsonPath, required String jsonValue})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
jsonPath String
Specifies which field to apply the filter on, using the JSON path format
final
jsonValue String
Specifies which JSON value to filter for. As such, strings must be wrapped with quotes ("") in order to be properly filtered
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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