UserStatusLastMonth constructor

const UserStatusLastMonth({
  1. required bool byMe,
})

User Status Last Month constructor.

Implementation

const UserStatusLastMonth({required this.byMe}) : super._();