copyWith method

MarkerGain$Response copyWith({
  1. int? markerGain,
})

Implementation

MarkerGain$Response copyWith({int? markerGain}) {
  return MarkerGain$Response(markerGain: markerGain ?? this.markerGain);
}