import 'package:fis_lib_report/report/interfaces/element.dart'; abstract class IInputElement extends IElement { bool? isReadOnly; }