copyWith property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
$AppsCopyWith<Apps> get copyWith
inherited

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);