ThreadProtobuf constructor

const ThreadProtobuf({
  1. String? uid,
  2. String? topic,
  3. String? type,
  4. String? status,
  5. String? extra,
  6. UserProtobuf? user,
})

Implementation

const ThreadProtobuf({
  this.uid,
  this.topic,
  this.type,
  this.status,
  this.extra,
  //
  this.user,
});