toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final sectionBreakLocation = this.sectionBreakLocation;
  final type = this.type;
  return {'sectionBreakLocation': ?sectionBreakLocation, 'type': ?type};
}