ElementResolver<T> constructor

ElementResolver<T>(
  1. T? resolver()
)

Implementation

ElementResolver(this.resolver);