reasons property

  1. @BuiltValueField.new(wireName: r'reasons')
BuiltList<String>? get reasons

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;