max method

Max max(
  1. double max
)

Implementation

Max max(double max) => Max(max, super.stack);