forDartMath property

Map<int, Taper> forDartMath

Implementation

Map<int, Taper<dynamic>> get forDartMath {
  return {
    -30: taper.forMutableRectangle<int>(),
    -31: taper.forMutableRectangle<double>(),
    -32: taper.forRectangle<int>(),
    -33: taper.forRectangle<double>(),
    -34: taper.forPoint<int>(),
    -35: taper.forPoint<double>(),
  };
}