format property

String Function(T suggestion) format
final

Converts a value into a full inline completion.

For example, if the user typed "App", to show "le" as the inline completion, format should return "Apple".

Implementation

final String Function(T suggestion) format;