SpaceReadState constructor

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

Implementation

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