toJson method
override
Implementation
Map<String, dynamic> toJson() {
final Map<String, dynamic> jsonMap = {
"key": key,
"value": value,
"type": CustomSectionDataTypeDtoEnumMap[type],
"sequenceNumber": sequenceNumber,
"customSectionId": customSectionId,
};
return jsonMap;
}