isString property

bool get isString

Whether the option is a string.

Implementation

bool get isString => type == ModuleOptionType.string;