menu
restsdk package
documentation
openapi.swagger.dart
$OtacViewModelExtension
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
OtacViewModel
copyWith
(
{
String
?
otac
,
})
Implementation
OtacViewModel copyWith({String? otac}) { return OtacViewModel(otac: otac ?? this.otac); }
restsdk package
documentation
openapi.swagger
$OtacViewModelExtension
copyWith method
$OtacViewModelExtension extension on
OtacViewModel