valueType property

Type valueType
final

Data type the hint is expecting. Among the possible values the Null stands out as being used for hints that do not expect a value to be supplied (flag hints). Such hints will possibly have their value ignored, or replaced by a booltrue. Hint suppliers should probably use booltrue as directed by the actual hint documentation.

Implementation

final Type valueType;