menu
dart_brompton package
documentation
generated/brompton.models.swagger.dart
$Gamma$ResponseExtension
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
Gamma$Response
copyWith
(
{
double
?
gamma
,
})
Implementation
Gamma$Response copyWith({double? gamma}) { return Gamma$Response(gamma: gamma ?? this.gamma); }
dart_brompton package
documentation
generated/brompton.models.swagger
$Gamma$ResponseExtension
copyWith method
$Gamma$ResponseExtension extension on
Gamma$Response