SuggestionState<T> class

Constructors

SuggestionState({List<HashTag> hashtags = const [], List<Mention?> mentions = const [], String last = '', double suggestionHeight = 1, bool loading = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
hashtags List<HashTag>
final
last String
final
loading bool
final
mentions List<Mention?>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggestionHeight double
final

Methods

copyWith({List<HashTag>? hashtags, List<Mention>? mentions, String? last, double? suggestionHeight, bool? loading}) SuggestionState<Mention>
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