MutableFragmentInterface class Null safety Document
Read and write access to the data value wrapped by a Fragment object.
- Implemented types
- Implementers
Constructors
Properties
- array ↔ Array?
-
The value of this fragment as an Array.
read / write, inherited-getter
- blob ↔ Blob?
-
The value of this fragment as a Blob.
read / write, inherited-getter
- boolean ↔ bool
-
The value of this fragment as a bool.
read / write, inherited-getter
- date ↔ DateTime?
-
The value of this fragment as a DateTime.
read / write, inherited-getter
- dictionary ↔ Dictionary?
-
The value of this fragment as a Dictionary.
read / write, inherited-getter
- exists → bool
-
Whether the value of this fragment exists.
read-only, inherited
- float ↔ double
-
The value of this fragment as a floating point number.
read / write, inherited-getter
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- integer ↔ int
-
The value of this fragment as an integer number.
read / write, inherited-getter
- number ↔ num?
-
The value of this fragment as a num.
read / write, inherited-getter
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- string ↔ String?
-
The value of this fragment as a String.
read / write, inherited-getter
- value ↔ Object?
-
The value of this fragment.
read / write, inherited-getter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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