isDouble property

bool get isDouble

Whether the option is a double.

Implementation

bool get isDouble => type == ModuleOptionType.double;