barreler library

Extensions

StringX on String

Constants

packageVersion → const String

Functions

stringOrList(Map json, String key) List<String>?
Accepts a JSON map and a key, and returns the value associated with the key

Typedefs

Event = void Function()
KeyMap = Map<dynamic, FutureOr<void> Function()>
Type of Map<dynamic, void Function()>