f method

double f(
  1. String key, [
  2. double defaultValue = 0.0
])

Shorthand for method float.

Implementation

double f(String key, [double defaultValue = 0.0]) => float(key, defaultValue);