menu
spark_framework package
documentation
spark.dart
Props
getList<T> method
getList<T> method
dark_mode
light_mode
getList<
T
>
method
List
<
T
>
getList
<
T
>(
String
key
)
Gets a List value.
Implementation
List<T> getList<T>(String key) => getPropsList<T>(_data, key);
spark_framework package
documentation
spark
Props
getList<T> method
Props class