comparable property

Comparable get comparable

Implementation

Comparable get comparable {
  if (value == null) {
    throw FilterException("The value for field '$field' must not be null");
  }
  return value as Comparable;
}