KnotExit constructor

KnotExit({
  1. required String type,
})

Implementation

KnotExit({
  required this.type,
});