float method

double float(
  1. String key
)

Get double by String key.

Throws SquintException if key is not found.

Implementation

double float(String key) => floatNode(key).data;