toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
	"desc": desc,
	"id": id,
	"imagePath": imagePath,
	"isVisible": isVisible,
	"order": order,
	"title": title,
	"type": type,
	"url": url,
};