accountFacet property

  1. @TagNumber.new(3)
String get accountFacet

Diamond proxy facets required for the contract setup

Implementation

@$pb.TagNumber(3)
$core.String get accountFacet => $_getSZ(2);
  1. @TagNumber.new(3)
set accountFacet (String value)

Implementation

@$pb.TagNumber(3)
set accountFacet($core.String value) => $_setString(2, value);