isEditable property

  1. @JsonKey(name: 'is_edit_eligible')
bool isEditable
inherited

A flag indicating whether the tweet is editable or not.

Editable Tweets can be edited for the first 30 minutes after creation.

Implementation

@JsonKey(name: 'is_edit_eligible')
bool get isEditable => throw _privateConstructorUsedError;