risk profile api
This commit is contained in:
9
lib/controller/risk_profile_controller.dart
Normal file
9
lib/controller/risk_profile_controller.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
import 'package:get/get.dart';
|
||||
|
||||
import '../model/RiskProfileModel/risk_profile_ques_answer_model.dart';
|
||||
|
||||
class RiskProfileController extends GetxController {
|
||||
RiskProfileQuestionAnswerModel riskProfileQuestionAnswerModel =
|
||||
RiskProfileQuestionAnswerModel();
|
||||
List<Map<String, String>> selectedData = [];
|
||||
}
|
||||
Reference in New Issue
Block a user