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