menu
android_native package
documentation
os/Bundle.dart
Bundle
putIntList method
putIntList method
dark_mode
light_mode
putIntList
method
void
putIntList
(
String
key
,
List
<
int
>
value
)
Implementation
void putIntList(String key, List<int> value) { // unparcel(); _map[key] = value; }
android_native package
documentation
os/Bundle
Bundle
putIntList method
Bundle class