SmsFilterStatement class
- Inheritance
- 
    - Object
- FilterStatement<SmsFilter, SmsFilterStatement> 
- SmsFilterStatement
 
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- not → SmsFilterStatement
- 
  Applies the NOT operator
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  between(String from, String to) → SmsFilter 
- 
  Checks whether the column value lies BETWEEN  fromandto.inherited
- 
  equals(String equalTo) → SmsFilter 
- 
  Checks equality between the column value and equalTovalueinherited
- 
  greaterThan(String value) → SmsFilter 
- 
  Checks whether the value of the column is greater than valueinherited
- 
  greaterThanOrEqualTo(String value) → SmsFilter 
- 
  Checks whether the value of the column is greater than or equal to valueinherited
- 
  inValues(List< String> values) → SmsFilter
- 
  Checks whether the column value is in the provided list of valuesinherited
- 
  lessThan(String value) → SmsFilter 
- 
  Checks whether the value of the column is less than valueinherited
- 
  lessThanOrEqualTo(String value) → SmsFilter 
- 
  Checks whether the value of the column is less than or equal to valueinherited
- 
  like(String value) → SmsFilter 
- 
  Checks whether the column value is LIKE the provided string valueinherited
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  notEqualTo(String value) → SmsFilter 
- 
  Checks for inequality between the column value and valueinherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited