NotificationRegisterPushPlatform.knownValue constructor

const NotificationRegisterPushPlatform.knownValue({
  1. required KnownNotificationRegisterPushPlatform data,
})

Implementation

const factory NotificationRegisterPushPlatform.knownValue({
  required KnownNotificationRegisterPushPlatform data,
}) = NotificationRegisterPushPlatformKnownValue;