IsarObject class
Constructors
-
IsarObject(Map<
String, dynamic> data) -
const
Properties
Methods
-
getNested(
String propertyName, {String? linkCollection}) → IsarObject? -
getNestedList(
String propertyName, {String? linkCollection}) → List< IsarObject?> ? -
getValue(
String propertyName) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited