MmPostsUsage constructor

MmPostsUsage({
  1. num? count,
})

Returns a new MmPostsUsage instance.

Implementation

MmPostsUsage({
  this.count,
});