areaRelativeInPcts property

  1. @TagNumber.new(1)
Area get areaRelativeInPcts

Implementation

@$pb.TagNumber(1)
$0.Area get areaRelativeInPcts => $_getN(0);
  1. @TagNumber.new(1)
set areaRelativeInPcts (Area value)

Implementation

@$pb.TagNumber(1)
set areaRelativeInPcts($0.Area value) => $_setField(1, value);