copyWith property

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

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

Implementation

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