get property

R? get

The MVC_ProxyProvider's getter which will return something with the given R type provided by the MVC_ProxyProvider instance declared at higher level

Implementation

R? get get => (Provider.of<T>(context!, listen: false) as MVC_ProxyProvider).update(context).builder(context);