inReplyToId property
- @JsonKey(fromJson: flexibleIdFromJson)
final
ID of the status being replied to.
Normalizes to String regardless of whether the server returns an
integer or string.
Implementation
@JsonKey(fromJson: flexibleIdFromJson)
final String? inReplyToId;