StringValueMap.fromJson constructor Null safety

StringValueMap.fromJson(
  1. Map<String, dynamic> json
)

Creates a new instance of the map from json.

  • json values to initialize this map.