copyWith method
Implementation
GlobalSpaceIdentifier copyWith({String? spaceIdentifier}) {
return GlobalSpaceIdentifier(
spaceIdentifier: spaceIdentifier ?? this.spaceIdentifier,
);
}
GlobalSpaceIdentifier copyWith({String? spaceIdentifier}) {
return GlobalSpaceIdentifier(
spaceIdentifier: spaceIdentifier ?? this.spaceIdentifier,
);
}