claude refactor
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import 'account_state.dart';
|
||||
|
||||
sealed class AccountEvent {
|
||||
const AccountEvent();
|
||||
}
|
||||
|
||||
class AccountStatusChanged extends AccountEvent {
|
||||
final AccountStatus status;
|
||||
const AccountStatusChanged(this.status);
|
||||
}
|
||||
Reference in New Issue
Block a user