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