getDouble method

double? getDouble(
  1. String field
)

Implementation

double? getDouble(String field) => this[field] as double;