copyWith method
Implementation
LogoutParameterModel copyWith({
String? wormUserId,
}) {
return LogoutParameterModel(
wormUserId: wormUserId ?? this.wormUserId,
);
}
LogoutParameterModel copyWith({
String? wormUserId,
}) {
return LogoutParameterModel(
wormUserId: wormUserId ?? this.wormUserId,
);
}