functions property

Map<String, String> get functions

Get all available functions

Implementation

Map<String, String> get functions => Map.unmodifiable(_functions);