copyWith method

StarMapSeed$Response copyWith({
  1. int? starMapSeed,
})

Implementation

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