disabled property

  1. @BuiltValueField.new(wireName: r'disabled')
bool? get disabled

A boolean value indicating whether this issuer is unavailable. Can be true whenever the issuer is offline.

Implementation

@BuiltValueField(wireName: r'disabled')
bool? get disabled;