toJson method
Implementation
Map<String, dynamic> toJson() => {
"Channel_ID": channelId,
"Channel_Name": channelName,
"Notification_Importance": notificationImportance,
"Channel_Description": channelDescription,
"Group_ID": groupId,
"Sound_File_Name": notificationSoundFile
};