menu
flutter_chat_kits package
documentation
utils/parser.dart
ChatListParser
parsedInts property
parsedInts property
dark_mode
light_mode
parsedInts
property
List
<
int
>
get
parsedInts
Implementation
List<int> get parsedInts { return parse(parser: (e) => e is num ? e.toInt() : null).toList(); }
flutter_chat_kits package
documentation
utils/parser
ChatListParser
parsedInts property
ChatListParser extension on
Iterable