toJson method

Map<String, dynamic> toJson()

Implementation

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