capabilities property

  1. @TagNumber.new(4)
PbList<AddressCapability> get capabilities

For a contract, which capabilities it has

Implementation

@$pb.TagNumber(4)
$pb.PbList<AddressCapability> get capabilities => $_getList(2);