fromNum method

  1. @override
Crude fromNum(
  1. num n
)

Implementation

@override
Crude fromNum(final num n) => Crude(delegate.fromNum(n));