FragmentedElement class abstract

An element that can be defined by multiple fragments.

Implementers

Constructors

FragmentedElement()

Properties

firstFragment Fragment?
The first fragment in the chain of fragments that are merged to make this element. Or null if this element is synthetic, so has no fragments.
no setter
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