Gt constructor
Gt(
- dynamic a,
- dynamic b
Creates $gt
operator expression
Implementation
Gt(a, b) : super('gt', AEList([a, b]));
Creates $gt
operator expression
Gt(a, b) : super('gt', AEList([a, b]));