TypeaheadService class

Service that contains all registered typeahead handlers. Works with OptionService

Constructors

TypeaheadService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getTypeaheadRenderer<K, T>(Object? ref) → TypeaheadHandler<K, T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerTypeaheadRenderer<K, T>(Object ref, TypeaheadHandler<K, T> renderer) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator []=(Object key, TypeaheadHandler handler) → void