menu
terminice package
documentation
terminice.dart
FlowResult
contains method
contains method
dark_mode
light_mode
contains
method
bool
contains
(
String
key
)
inherited
Whether
key
has been written by the flow.
Implementation
bool contains(String key) => _values.containsKey(key);
terminice package
documentation
terminice
FlowResult
contains method
FlowResult class