PushTokenRegistrationRequest constructor
PushTokenRegistrationRequest({})
Implementation
PushTokenRegistrationRequest({
required this.appId,
required this.refId,
required this.type,
required this.newToken,
this.oldToken,
this.timestamp,
});