isDouble property

bool get isDouble

Whether this constant represents a double value.

Implementation

bool get isDouble => this is ConstDouble;