dart/templates library

Constants

dartInstanceManagerApiClassName → const String
Name for the generated InstanceManager API for ProxyApis.
dartInstanceManagerClassName → const String
Name for the generated InstanceManager for ProxyApis.
proxyApiBaseClass → const String
The base class for all ProxyApis.
proxyApiBaseClassName → const String
Name of the base class of all ProxyApis.
proxyApiBaseCodec → const String
The base codec for ProxyApis.

Functions

instanceManagerTemplate({required Iterable<String> allProxyApiNames}) String
Creates the InstanceManager with the passed string values.