import 'package:rasadyar_core/core.dart'; class RegistrationOfViolationLogic extends GetxController { RxInt countViolation = 1.obs; }