LazyResource constructor

LazyResource(
  1. Future<Resource> factory(
      )
    )

    Implementation

    LazyResource(this.factory);