menu
fast_app_base package
documentation
common/dart/kotlin_style/kotlin_collections.dart
IndexedValue<T>
IndexedValue.new constructor
IndexedValue.new constructor
dark_mode
light_mode
IndexedValue<
T
>
constructor
IndexedValue<
T
>
(
int
index
,
T
value
)
Implementation
IndexedValue(this.index, this.value);
fast_app_base package
documentation
common/dart/kotlin_style/kotlin_collections
IndexedValue<T>
IndexedValue.new constructor
IndexedValue class