PPErrorInfo constructor

const PPErrorInfo({
  1. required String reason,
  2. String? orderId,
  3. String? nativeSdkVersion,
})

Implementation

const factory PPErrorInfo({
  required String reason,
  String? orderId,
  String? nativeSdkVersion,
}) = _PPErrorInfo;