fromDefinition abstract method
Write: Convert UI definition JSON into bundle-compatible sections.
Extracts UiSection (routes, theme, state, navigation) and manifest
metadata from the provided UI definition JSON.
bundle:// URIs are preserved as-is (resolution is read adapter's concern).
Implementation
Future<UiResult<UiWriteOutput>> fromDefinition(
Map<String, dynamic> definitionJson);