fd method Null safety

  1. @protected
String fd(
  1. double d
)

Implementation

@protected
String fd(double d) => d.toStringAsExponential(12);