toJson method Null safety
Implementation
Map<String, dynamic> toJson() {
return {
'registrationId': registrationId.toJson(),
'scopeURL': scopeURL,
'isDeleted': isDeleted,
};
}
Map<String, dynamic> toJson() {
return {
'registrationId': registrationId.toJson(),
'scopeURL': scopeURL,
'isDeleted': isDeleted,
};
}