MmUserThreads constructor
MmUserThreads({
- int? total,
- List<
MmUserThread> threads = const [],
Returns a new MmUserThreads instance.
Implementation
MmUserThreads({
this.total,
this.threads = const [],
});