toJson method

Map toJson()

Implementation

Map toJson() => {
  'sectionName' : sectionName,
  'fields' : fields,
};