debugMessage property

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

// TODO(stuartmorgan): Make this non-nullable, since the underlying native
// object's property is annotated as @NonNull.
final String? debugMessage;