SEmptyFunctionBody constructor

SEmptyFunctionBody({
  1. required int offset,
  2. required int length,
})

Implementation

SEmptyFunctionBody({required this.offset, required this.length});