userName property

set userName (String value)

The name of the current user.

Used in the annotation manager when annotationManagerEnabled is true. Android only.

Implementation

set userName(String value) => _userName = value;