username property

String? get username

Implementation

String? get username =>
    (attributes['username'] ?? attributes['user'])?.toString();