nickname property

String nickname

Get the username of an Guild context.

Implementation

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