GreaterOrEqualThan constructor

const GreaterOrEqualThan(
  1. Operand left,
  2. Operand right
)

Implementation

const GreaterOrEqualThan(super.left, super.right);