menu
messages package
documentation
messages_json.dart
MessageListJson
getIndex method
getIndex method
dark_mode
light_mode
getIndex
method
int
getIndex
(
int
index
)
Implementation
int getIndex(int index) => messageIndices?[index] ?? index;
messages package
documentation
messages_json
MessageListJson
getIndex method
MessageListJson class