FragmentInterface class abstract Document

Readonly access to the data value wrapped by a Fragment object.

Implementers

Constructors

FragmentInterface()

Properties

array Array?
The value of this fragment as an Array.
no setter
blob Blob?
The value of this fragment as a Blob.
no setter
boolean bool
The value of this fragment as a bool.
no setter
date DateTime?
The value of this fragment as a DateTime.
no setter
dictionary Dictionary?
The value of this fragment as a Dictionary.
no setter
exists bool
Whether the value of this fragment exists.
no setter
float double
The value of this fragment as a floating point number.
no setter
hashCode int
The hash code for this object.
no setterinherited
integer int
The value of this fragment as an integer number.
no setter
number num?
The value of this fragment as a num.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
string String?
The value of this fragment as a String.
no setter
value Object?
The value of this fragment.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
valueAs<T extends Object>() → T?
The value of this fragment as a value of type T.

Operators

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