toMap method
Implementation
Map<String, dynamic> toMap() {
return {
'channelId': channelId,
'importance': importance,
'isCanBypassDns': isCanBypassDns,
'isCanShowBadge': isCanShowBadge,
'isShouldVibrate': isShouldVibrate,
'isShouldShowLights': isShouldShowLights,
};
}