DiffEntity constructor

DiffEntity({
  1. required int offset,
  2. required int length,
  3. DiffEntityType? type,
})

Implementation

DiffEntity({required this.offset, required this.length, this.type});