ResolveDelegate<T> constructor

const ResolveDelegate<T>(
  1. Type type,
  2. Map<String, T> resources
)

Implementation

const ResolveDelegate(this.type, this.resources);