id property Null safety

int id

The unique identifier of this user.

Use this to programmatically retrieve information about a specific Twitter user.

Implementation

int get id => _id;