SchemaObject class Configuration
A collection of properties describing the underlying schema of a RealmObjectBase.
Constructors
-
SchemaObject.new(ObjectType baseType, Type type, String name, List<
SchemaProperty> properties) -
Creates schema instance with object type and collection of object's properties.
const
Properties
- baseType → ObjectType
-
Returns the base type of this schema object.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
Returns the name of this schema type.
final
-
properties
→ List<
SchemaProperty> -
Collection of the properties of this schema object.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → Type
-
Schema object type.
final
Methods
-
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