ResourceRegistration<T extends Resource> constructor
- Subtype subtype,
- Resource rpcClientCreator(
- String name,
- ClientChannelBase channel
Implementation
ResourceRegistration(this.subtype, this.rpcClientCreator);
ResourceRegistration(this.subtype, this.rpcClientCreator);