KntIsolateEvent constructor

const KntIsolateEvent({
  1. String name = '',
  2. bool ignored = false,
})

Every method inside a KntIsolate annotation will has a default KntIsolateEvent annotation, that mean all methods will be generated.

Implementation

const KntIsolateEvent({
  this.name = '',
  this.ignored = false,
});