menu
spark_framework package
documentation
spark.dart
Props
get method
get method
dark_mode
light_mode
get
method
dynamic
get
(
String
key
)
Gets a raw value by key.
Implementation
dynamic get(String key) => _data[key];
spark_framework package
documentation
spark
Props
get method
Props class