name property

String? name

Returns current bot name, may be null if onReady has not been called already

Implementation

String? get name => _name;