- import 'package:fis_lib_report/report/element.dart';
- import 'package:fis_lib_report/report/interfaces/lineElemnt.dart';
- abstract class InlineElement extends Element implements IInLineElemnt {
- InlineElement.fromJson(Map<String, dynamic> json) : super.fromJson(json) {}
- }
|