Area.negativeInfinite constructor

const Area.negativeInfinite([
  1. AreaInterpreter interpreter = const AreaInterpreter._m2()
])

Infinite negative area.

Implementation

const Area.negativeInfinite(
    [final AreaInterpreter interpreter = const AreaInterpreter._m2()])
    : super.negativeInfinite(interpreter);