apply method

  1. @override
String apply()
override

Apply method, return the generated string

Implementation

@override
String apply() => _sample(_mean, _stddev).toStringAsFixed(_decimalplaces);