Selection.$3 constructor
Implementation
factory Selection.$3(
_i2.num anchorLine,
_i2.num anchorCharacter,
_i2.num activeLine,
_i2.num activeCharacter,
) =>
_i5.callConstructor(
_declaredSelection,
[
anchorLine,
anchorCharacter,
activeLine,
activeCharacter,
],
);