Lte constructor

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

Creates $lte operator expression

Implementation

Lte(a, b) : super('lte', AEList([a, b]));