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