type property

String? type

Gets the type of value.

@return the string representation of the type

Implementation

String? get type;
void type=(String? type)

Sets the type of value.

@param type the string representation of the type to be set

@return the string representation of the previously set type

Implementation

set type(String? type);