setValueType method Null safety

void setValueType(
  1. dynamic value
)

Sets the type of map values. Null means that values may have any type.

  • value a type of map values.