fromJson method
Implementation
@override
NotificationDeclarationRecord fromJson(Map<String, dynamic> json) {
return NotificationDeclarationRecord.fromJson(
translate(json, NotificationDeclarationRecord.knownProps),
);
}
@override
NotificationDeclarationRecord fromJson(Map<String, dynamic> json) {
return NotificationDeclarationRecord.fromJson(
translate(json, NotificationDeclarationRecord.knownProps),
);
}