fromPercent static method

PercentOrSteps fromPercent(
  1. double d
)

Implementation

static PercentOrSteps fromPercent(double d) {
  return PercentOrSteps._(null, d);
}