Thread constructor
const
Thread({
- String? tid,
- String? topic,
- String? wid,
- String? uid,
- String? nickname,
- String? avatar,
- String? content,
- String? timestamp,
- int? unreadCount,
- String? type,
- bool? current,
- bool? top,
- bool? topVisitor,
- bool? nodisturb,
- bool? nodisturbVisitor,
- bool? unread,
- bool? unreadVisitor,
- String? client,
- String? currentUid,
Implementation
const Thread(
{this.tid,
this.topic,
this.wid,
this.uid,
this.nickname,
this.avatar,
this.content,
this.timestamp,
this.unreadCount,
this.type,
this.current,
this.top,
this.topVisitor,
this.nodisturb,
this.nodisturbVisitor,
this.unread,
this.unreadVisitor,
this.client,
this.currentUid});