menu
dircd package
documentation
client.dart
Client
nick property
nick property
dark_mode
light_mode
nick
property
String
get
nick
Implementation
String get nick => _registered ? _nick! : '*';
dircd package
documentation
client
Client
nick property
Client class