GetGroupUsersSuccessAction constructor

GetGroupUsersSuccessAction(
  1. BuiltList<User> users,
  2. int groupID
)

Implementation

GetGroupUsersSuccessAction(this.users, this.groupID)
    : this.timestamp = DateTime.now().millisecondsSinceEpoch;