GetWithBlockState constructor

GetWithBlockState({
  1. required int symbol,
  2. required int line,
})

Implementation

GetWithBlockState({required this.symbol, required this.line}) {
  methods = {
    'process': (msg, context) => process(msg, context),
    'notify': (msg, context) => notify(msg, context),
  };
}