bigDecimalShape method

  1. @override
R bigDecimalShape(
  1. BigDecimalShape shape, [
  2. Shape? parent
])
override

Implementation

@override
R bigDecimalShape(BigDecimalShape shape, [Shape? parent]) =>
    simpleShape(shape, parent);