copyWith property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
$Sub2ApiAdminDashboardTrendPointCopyWith<Sub2ApiAdminDashboardTrendPoint> get copyWith
inherited

Create a copy of Sub2ApiAdminDashboardTrendPoint with the given fields replaced by the non-null parameter values.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$Sub2ApiAdminDashboardTrendPointCopyWith<Sub2ApiAdminDashboardTrendPoint>
get copyWith =>
    _$Sub2ApiAdminDashboardTrendPointCopyWithImpl<
      Sub2ApiAdminDashboardTrendPoint
    >(this as Sub2ApiAdminDashboardTrendPoint, _$identity);