DiffEntity constructor
DiffEntity({
- required int offset,
- required int length,
- DiffEntityType? type,
Implementation
DiffEntity({required this.offset, required this.length, this.type});