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