bottom property

Implementation

@$pb.TagNumber(1)
FFChartAxisInfo_AxisLabel get bottom => $_getN(0);
  1. @TagNumber(1)
set bottom (FFChartAxisInfo_AxisLabel value)

Implementation

@$pb.TagNumber(1)
set bottom(FFChartAxisInfo_AxisLabel value) => $_setField(1, value);