SpaceWatch constructor

SpaceWatch({
  1. required String type,
  2. required WatchUser watcher,
  3. String? spaceKey,
  4. String? labelName,
  5. String? prefix,
})

Implementation

SpaceWatch(
    {required this.type,
    required this.watcher,
    this.spaceKey,
    this.labelName,
    this.prefix});