copyWithWrapped method
Implementation
Orientation$Response copyWithWrapped({Wrapped<String?>? orientation}) {
return Orientation$Response(
orientation:
(orientation != null ? orientation.value : this.orientation));
}
Orientation$Response copyWithWrapped({Wrapped<String?>? orientation}) {
return Orientation$Response(
orientation:
(orientation != null ? orientation.value : this.orientation));
}