UiWriteOutput class

Output of the write operation (UiPort.fromDefinition).

Contains the extracted UiSection and manifest metadata map. The caller merges manifestMetadata into BundleManifest via copyWith().

Constructors

UiWriteOutput({required UiSection uiSection, required Map<String, dynamic> manifestMetadata})

Properties

hashCode int
The hash code for this object.
no setterinherited
manifestMetadata Map<String, dynamic>
Extracted manifest metadata as JSON.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uiSection UiSection
Extracted UI section (routes, pages, theme, navigation, state).
final

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