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