getDouble method

double? getDouble(
  1. String name
)

get value of field as doubel

Implementation

double? getDouble(String name) => formFields[name]?.first.toDouble();