isInteger property
bool
get
isInteger
Whether the option is an integer.
Implementation
bool get isInteger => type == ModuleOptionType.int;
Whether the option is an integer.
bool get isInteger => type == ModuleOptionType.int;