copyWith property
Create a copy of Apps with the given fields replaced by the non-null parameter values.
Implementation
@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$AppsCopyWith<Apps> get copyWith =>
_$AppsCopyWithImpl<Apps>(this as Apps, _$identity);