KnotExit constructor

KnotExit({
  1. required String type,
})

Initializes a KnotExit object.

  • Parameters:
    • type: Knot Product name.

Implementation

KnotExit({
  required this.type,
});