capability property

  1. @BuiltValueField.new(wireName: r'capability')
String? get capability

The name of the capability. For example, sendToTransferInstrument.

Implementation

@BuiltValueField(wireName: r'capability')
String? get capability;