InitResultEvent({ required bool isSuccessful, required String? error, this.user, }) : super( isSuccessful: isSuccessful, error: error, );