menu
spark_framework package
documentation
spark.dart
Props
has method
has method
dark_mode
light_mode
has
method
bool
has
(
String
key
)
Checks if the props contain a key.
Implementation
bool has(String key) => _data.containsKey(key);
spark_framework package
documentation
spark
Props
has method
Props class