copyWith method
Implementation
ClearRecentStickers copyWith({bool? isAttached}) =>
ClearRecentStickers(isAttached: isAttached ?? this.isAttached);
ClearRecentStickers copyWith({bool? isAttached}) =>
ClearRecentStickers(isAttached: isAttached ?? this.isAttached);