toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final descriptions = this.descriptions;
  final headlines = this.headlines;
  final path1 = this.path1;
  final path2 = this.path2;
  return {
    'descriptions': ?descriptions,
    'headlines': ?headlines,
    'path1': ?path1,
    'path2': ?path2,
  };
}