FieldValuePlatform class

A representation of a FieldValue that lives in the platform interface and wraps an opaque value.

The wrapped value is not in the app-facing interface, but concrete platform implementations can use getDelegate() to look it up.

Constructors

FieldValuePlatform(dynamic _delegate)
Constructor

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

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

Static Methods

getDelegate(FieldValuePlatform fieldValue) → dynamic
Used by platform implementers to obtain a value suitable for being passed through to the underlying implementation.