MmUserThreads constructor

MmUserThreads({
  1. int? total,
  2. List<MmUserThread> threads = const [],
})

Returns a new MmUserThreads instance.

Implementation

MmUserThreads({
  this.total,
  this.threads = const [],
});