uniqueInstanceName property
String
get
uniqueInstanceName
Implementation
String get uniqueInstanceName => hasBuilt || reserveName
? _uniqueInstanceName
: throw ModuleNotBuiltException(
this, 'Module must be built to access uniquified name.');