toJson method
Implementation
@visibleForTesting
Map<String, dynamic> toJson() =>
{
"notificationCode": notificationCode.value,
"dataFileType": dataFileType.value,
"progress": progress,
}.clearNulls();
@visibleForTesting
Map<String, dynamic> toJson() =>
{
"notificationCode": notificationCode.value,
"dataFileType": dataFileType.value,
"progress": progress,
}.clearNulls();