propertyObservableFactory function
Builder
propertyObservableFactory(
- BuilderOptions options
Supports package:build_runner
creation and configuration of
simple_property_observer
.
Not meant to be invoked by hand-authored code.
Implementation
Builder propertyObservableFactory(BuilderOptions options) {
return SharedPartBuilder(
[PropertyObservableGenerator()], 'property_observable');
}