toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return <String, dynamic>{
    if (section != null) r'section': section,
    if (self != null) r'self': self,
  };
}