isDouble function

bool isDouble(
  1. DartType t
)

Implementation

bool isDouble(DartType t) => t.isDartCoreDouble;