Watch constructor

Watch({
  1. required String type,
  2. required WatchUser watcher,
  3. required int contentId,
})

Implementation

Watch({required this.type, required this.watcher, required this.contentId});