asDouble property

double get asDouble

Get the double value of this JSON value, or throw if other type.

Implementation

double get asDouble => value as double;