id property

String? id

The id of a Reddit object.

Reddit object ids take the form of '15bfi0'.

Implementation

String? get id => (data == null) ? null : data!['id'];