QueryStringProperty<EntityT> class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
contains(String p, {bool? caseSensitive})
→ Condition<EntityT>
-
-
endsWith(String p, {bool? caseSensitive})
→ Condition<EntityT>
-
-
equals(String p, {bool? caseSensitive})
→ Condition<EntityT>
-
-
greaterOrEqual(String p, {bool? caseSensitive})
→ Condition<EntityT>
-
-
greaterThan(String p, {bool? caseSensitive})
→ Condition<EntityT>
-
-
isNull()
→ Condition<EntityT>
-
inherited
-
lessOrEqual(String p, {bool? caseSensitive})
→ Condition<EntityT>
-
-
lessThan(String p, {bool? caseSensitive})
→ Condition<EntityT>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
notEquals(String p, {bool? caseSensitive})
→ Condition<EntityT>
-
-
notNull()
→ Condition<EntityT>
-
inherited
-
notOneOf(List<String> list, {bool? caseSensitive})
→ Condition<EntityT>
-
-
oneOf(List<String> list, {bool? caseSensitive})
→ Condition<EntityT>
-
-
startsWith(String p, {bool? caseSensitive})
→ Condition<EntityT>
-
-
toString()
→ String
-
A string representation of this object.
inherited