copyWith method
Implementation
GetInstalledStickerSets copyWith({
bool? isMasks,
}) => GetInstalledStickerSets(
isMasks: isMasks ?? this.isMasks,
);
GetInstalledStickerSets copyWith({
bool? isMasks,
}) => GetInstalledStickerSets(
isMasks: isMasks ?? this.isMasks,
);