isString property
bool
get
isString
Whether the option is a string.
Implementation
bool get isString => type == ModuleOptionType.string;
Whether the option is a string.
bool get isString => type == ModuleOptionType.string;