nickname property

String get nickname

Get the username of an Guild context.

Implementation

String get nickname => _nickname ?? _user.username;