operator > method

Filter operator >(
  1. dynamic value
)

Implementation

Filter operator >(dynamic value) => where(this).gt(value);