Fragment<T extends _FragmentImpl> class

An ABI is a collection of Fragments.

Implementers

Constructors

Fragment.from(dynamic source)
Creates a new Fragment sub-class from any compatible source.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
This is the name of the Event or Function. This will be null for a ConstructorFragment.
no setter
paramType List<ParamType>
This is an array of each ParamType for the input parameters to the Constructor, Event of Function.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
This is a String which indicates the type of the Fragment. This will be one of:
no setter

Methods

format([FormatTypes? type]) String
Creates a String representation of the Fragment using the available type formats.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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