copyWith method
Implementation
StarMapSeed$Response copyWith({int? starMapSeed}) {
return StarMapSeed$Response(starMapSeed: starMapSeed ?? this.starMapSeed);
}
StarMapSeed$Response copyWith({int? starMapSeed}) {
return StarMapSeed$Response(starMapSeed: starMapSeed ?? this.starMapSeed);
}