properties property

  1. @override
Map<Object, Object> properties
override

A central location for sharing state between components during the host building process.

Implementation

@override
Map<Object, Object> get properties =>
    _hostApplicationBuilder._hostBuilderContext.properties;