copyWith property

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

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

Implementation

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