getDrawAngles method

List<double?> getDrawAngles()

returns an integer array of all the different angles the chart slices have the angles in the returned array determine how much space (of 360°) each slice takes

@return

Implementation

List<double?> getDrawAngles() {
  return _drawAngles;
}