IrisEventKey constructor

const IrisEventKey({
  1. required String registerName,
  2. required String unregisterName,
})

Implementation

const IrisEventKey({
  required this.registerName,
  required this.unregisterName,
});