asyncDisplayName property

Future<String> get asyncDisplayName

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.

Implementation

Future<String> get asyncDisplayName;