CKCustomFieldType<T> class abstract

The base class for a model class custom field type.

Annotations

Constructors

CKCustomFieldType.fromRecordField(T raw)

Properties

hashCode int
The hash code for this object.
no setteroverride
rawValue ↔ T
The raw value of the custom field.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getFieldType(Type thisType) CKFieldType
Get the CKFieldType of this custom field type.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toRecordField() → T
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override