bottom property

Implementation

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

Implementation

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