import 'package:core/models/auth.dart'; class UserInfoState { UserInfoState({ this.profile, }); UserProfile? profile; }