QueryRelationProperty<Source, Target> class

Inheritance

Constructors

QueryRelationProperty(ModelProperty model)

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

equals(int p) Condition<Source>
inherited
greaterOrEqual(int p) Condition<Source>
inherited
greaterThan(int p) Condition<Source>
inherited
isNull() Condition<Source>
inherited
lessOrEqual(int p) Condition<Source>
inherited
lessThan(int p) Condition<Source>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notEquals(int p) Condition<Source>
inherited
notNull() Condition<Source>
inherited
notOneOf(List<int> list) Condition<Source>
inherited
oneOf(List<int> list) Condition<Source>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator <(int p) Condition<Source>
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator >(int p) Condition<Source>
inherited