toJson method

  1. @override
Map<String, dynamic> toJson(
  1. NotificationRegisterPushInput object
)

Implementation

@override
Map<String, dynamic> toJson(NotificationRegisterPushInput object) =>
    untranslate(object.toJson());