copyWith method
Implementation
GetStarSubscriptions copyWith({bool? onlyExpiring, String? offset}) =>
GetStarSubscriptions(
onlyExpiring: onlyExpiring ?? this.onlyExpiring,
offset: offset ?? this.offset,
);
GetStarSubscriptions copyWith({bool? onlyExpiring, String? offset}) =>
GetStarSubscriptions(
onlyExpiring: onlyExpiring ?? this.onlyExpiring,
offset: offset ?? this.offset,
);