copyWith method
Implementation
EmptyDirMountSpec copyWith({String? path, bool? readOnly}) {
return EmptyDirMountSpec(path: path ?? this.path, readOnly: readOnly ?? this.readOnly);
}
EmptyDirMountSpec copyWith({String? path, bool? readOnly}) {
return EmptyDirMountSpec(path: path ?? this.path, readOnly: readOnly ?? this.readOnly);
}