gt method

Filter gt(
  1. dynamic value
)

Implementation

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