eq method

Filter eq(
  1. dynamic value
)

Implementation

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