URegisterPushPlatformUnknownValue constructor

const URegisterPushPlatformUnknownValue({
  1. required String data,
})

Implementation

const factory URegisterPushPlatformUnknownValue(
    {required final String data}) = _$URegisterPushPlatformUnknownValueImpl;