MutableFragmentInterface class abstract Document

Read and write access to the data value wrapped by a Fragment object.

Implemented types
Implementers

Constructors

MutableFragmentInterface()

Properties

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

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.
inherited

Operators

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