Partition constructor
Partition(
- String? namespace
Implementation
Partition(this.namespace) {
if (namespace == '') {
throw ArgumentError("'namespace' must not be empty");
}
}
Partition(this.namespace) {
if (namespace == '') {
throw ArgumentError("'namespace' must not be empty");
}
}