value property Null safety
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;
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.
dynamic value;