fromJson method

  1. @override
NotificationDeclarationRecord fromJson(
  1. Map<String, dynamic> json
)

Implementation

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