id property

String id
inherited

Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.

How It Can Be Used

  • Use this to programmatically retrieve a specific Tweet.

Implementation

String get id => throw _privateConstructorUsedError;