A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://pub.dev/documentation/realm_common/latest/realm_common/ObjectType.html below:

ObjectType enum - realm_common library

ObjectType enum Annotations

An enum controlling the base type for a RealmModel.

Values
realmObject → const ObjectType

A standalone top-level object that can be persisted in Realm. It can link to other objects or collections of other objects.

const ObjectType('RealmObject', 0)

embeddedObject → const ObjectType

An object that can be embedded in other objects. It is considered owned by its parent and will be deleted if its parent is deleted.

const ObjectType('EmbeddedObject', 1)

Methods
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.

inherited

toString() String
A string representation of this object.

inherited

Constants
values → const List<ObjectType>
A constant List of the values in this enum, in order of their declaration.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4