Gte constructor

Gte(
  1. dynamic a,
  2. dynamic b
)

Creates $gte operator expression

Implementation

Gte(a, b) : super('gte', AEList([a, b]));