getAllVariables method

Map<String, String> getAllVariables()

Get all CSS variables

Implementation

Map<String, String> getAllVariables() => _stylesheet.getAllVariables();