accountFacet property
Diamond proxy facets required for the contract setup
Implementation
@$pb.TagNumber(3)
$core.String get accountFacet => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set accountFacet($core.String v) {
$_setString(2, v);
}
Diamond proxy facets required for the contract setup
@$pb.TagNumber(3)
$core.String get accountFacet => $_getSZ(2);
@$pb.TagNumber(3)
set accountFacet($core.String v) {
$_setString(2, v);
}