copyWith method
Implementation
SpacePropertyCreateSpace copyWith({String? key}) {
  return SpacePropertyCreateSpace(
    key: key ?? this.key,
  );
}
SpacePropertyCreateSpace copyWith({String? key}) {
  return SpacePropertyCreateSpace(
    key: key ?? this.key,
  );
}