MVC_ProxyProvider<T, R> constructor

MVC_ProxyProvider<T, R>([
  1. BuildContext? context
])

The MVC_ProxyProvider's constructor which will return an MVC_ProxyProvider instance with given context

Implementation

MVC_ProxyProvider([this.context]);