names property

  1. @TagNumber.new(5)
PbList<AddressName> get names

Names associated with the address, e.g. a ENS name

Implementation

@$pb.TagNumber(5)
$pb.PbList<AddressName> get names => $_getList(3);