isInteger property

bool get isInteger

Whether the option is an integer.

Implementation

bool get isInteger => type == ModuleOptionType.int;