copyWithWrapped method
Implementation
PostAccountWrapper copyWithWrapped({Wrapped<SaveAccount>? account}) {
return PostAccountWrapper(
account: (account != null ? account.value : this.account));
}
PostAccountWrapper copyWithWrapped({Wrapped<SaveAccount>? account}) {
return PostAccountWrapper(
account: (account != null ? account.value : this.account));
}