import 'package:get/get_rx/get_rx.dart'; class HtmlTableOption { String id; String requirements; final RxBool isChecked = false.obs; HtmlTableOption({ required this.id, required this.requirements, }); }