Selection.$2 constructor

Selection.$2(
  1. Position anchor,
  2. Position active
)

Implementation

factory Selection.$2(
  _i3.Position anchor,
  _i3.Position active,
) =>
    _i5.callConstructor(
      _declaredSelection,
      [
        anchor,
        active,
      ],
    );