infoValue property

dynamic get infoValue

Returns the value, whatever it is

Implementation

dynamic get infoValue;
set infoValue (dynamic infoValue)

Sets the value, whatever it is

Implementation

set infoValue(dynamic infoValue);