import 'package:fis_lib_report/report/inlineElement.dart'; import 'package:fis_lib_report/report/interfaces/shape.dart'; abstract class Shape extends InlineElement implements IShape { Shape.fromJson(Map json) : super.fromJson(json); }