HasAsyncDisplayName class abstract

All implementations of ComparisionPredicate that need asynchronous display names must implement HasAsyncDisplayName.

Constructors

HasAsyncDisplayName()

Properties

asyncDisplayName Future<String>
A future that resolves when a display name is available for rendering. For example, when filtering by an identifier, an asynchronous formatter could fetch relevant data from API to format the identifier.
no setter
hashCode int
The hash code for this object.
no setterinherited
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