URegisterPushPlatformKnownValue constructor

const URegisterPushPlatformKnownValue({
  1. required KnownRegisterPushPlatform data,
})

Implementation

const factory URegisterPushPlatformKnownValue(
        {required final KnownRegisterPushPlatform data}) =
    _$URegisterPushPlatformKnownValueImpl;