menu
terminice package
documentation
testing.dart
RankedItem<T>
RankedItem.new const constructor
RankedItem.new const constructor
dark_mode
light_mode
RankedItem<
T
>
constructor
const
RankedItem<
T
>
(
T
item
,
int
score
,
List
<
int
>
spans
)
Implementation
const RankedItem(this.item, this.score, this.spans);
terminice package
documentation
testing
RankedItem<T>
RankedItem.new const constructor
RankedItem class