statusMessage property

String? statusMessage

The status message of the current authorized user.

Empty or null if the user hasn't set a status message.

Implementation

String? get statusMessage => _data['statusMessage'];