lastReplyAt property

  1. @BuiltValueField(wireName: r'last_reply_at')
int? lastReplyAt

timestamp of the last post to this thread

Implementation

@BuiltValueField(wireName: r'last_reply_at')
int? get lastReplyAt;