username property

String? username
final

The user's Twitter handle.

For example, if you can visit your Twitter profile by typing the URL http://twitter.com/hello, your Twitter handle (or username) is "hello".

Implementation

final String? username;