toJson method
Implementation
Map<String, dynamic> toJson() {
return {
"Name": name,
"Text": text,
"Description": description,
"PageURL": pageUrl,
"BaseCategory": baseCategory,
"ClientID": clientID,
"ImageKey": imageKey.toJson(),
"OwnerKey": ownerKey.toJson(),
};
}