menu
flight_script package
documentation
vm/dictionary.dart
Dictionary
get method
get method
dark_mode
light_mode
get
method
dynamic
get
(
String
key
)
Get the given key from the frame
Implementation
dynamic get(String key) => _frameForKey(key)?.data[key];
flight_script package
documentation
vm/dictionary
Dictionary
get method
Dictionary class