debugMessage property

  1. @JsonKey(defaultValue: '')
String? debugMessage
final

Debug message returned in the Play Billing API calls.

Defaults to null. This message uses an en-US locale and should not be shown to users.

Implementation

@JsonKey(defaultValue: '')
final String? debugMessage;