byPercent static method

Volume byPercent(
  1. int percentage
)

Implementation

static Volume byPercent(int percentage) => Volume(percentage);