gte method

Filter gte(
  1. dynamic value
)

Implementation

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