message property

String? get message
inherited

A human-readable message providing more details about the error. For card errors, these messages can be shown to your users.

Implementation

String? get decline_code;/// A human-readable message providing more details about the error.
/// For card errors, these messages can be shown to your users.
String? get message;