ThreadReadState constructor

ThreadReadState({
  1. String? lastReadTime,
  2. String? name,
})

Implementation

ThreadReadState({this.lastReadTime, this.name});