menu
testcontainers_core package
documentation
testcontainers.dart
Network
id property
id property
dark_mode
light_mode
id
property
String
?
get
id
The Docker-assigned network ID, or
null
before
create
is called.
Implementation
String? get id => _networkId;
testcontainers_core package
documentation
testcontainers
Network
id property
Network class