- 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<String, dynamic> json) : super.fromJson(json);
- }
|