copyWith method
Implementation
Orientation$Response copyWith({String? orientation}) {
return Orientation$Response(orientation: orientation ?? this.orientation);
}
Orientation$Response copyWith({String? orientation}) {
return Orientation$Response(orientation: orientation ?? this.orientation);
}