Gt constructor

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

Creates $gt operator expression

Implementation

Gt(a, b) : super('gt', AEList([a, b]));