reasons property
The reason for the result of the validations. This field is only sent for validationFacts.type walletValidation, when validationFacts.result is invalid.
Implementation
@BuiltValueField(wireName: r'reasons')
BuiltList<String>? get reasons;