lessThan static method

String lessThan(
  1. String attribute,
  2. dynamic value
)

Filter resources where attribute is less than value.

Implementation

static String lessThan(String attribute, dynamic value) =>
    _addQuery(attribute, 'lessThan', value);