copyWith method
Implementation
DeleteStickerSet copyWith({
String? name,
}) =>
DeleteStickerSet(
name: name ?? this.name,
);
DeleteStickerSet copyWith({
String? name,
}) =>
DeleteStickerSet(
name: name ?? this.name,
);