import 'package:fis_lib_report/report/interfaces/grid.dart'; abstract class IRTTable extends IGrid { bool? autoHide; }