RefProvider<T> constructor

RefProvider<T>(
  1. T provide,
  2. bool isSync
)

Implementation

RefProvider(this.provide, this.isSync);