userProperties property

Map<String, String> get userProperties

Get user properties

Implementation

static Map<String, String> get userProperties =>
    Map.unmodifiable(_userProperties);