getDefaultContainerName function
- @Injectable.new()
- @Optional.new() @SkipSelf.new() @Inject.new(overlayContainerName) dynamic containerName
Implementation
@Injectable()
String getDefaultContainerName(
@Optional() @SkipSelf() @Inject(overlayContainerName) containerName) {
return containerName ?? 'default';
}