value property Null safety

dynamic value
read / write

Represents the value for a particular QueryType.

Depending on the query type, the value format would differ. You can refer to the different value formats over here.

Implementation

dynamic value;