type property

  1. @override
OutputType type
override

When a class name is specified, then the BindingSource is a boolean to toggle the class on and off.

When a class name is specified, then the BindingSource is the actual class string to be set.

Implementation

@override
o.OutputType get type => name == null ? o.STRING_TYPE : o.BOOL_TYPE;