AnyValueMap.fromJson constructor Null safety

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

Creates a new instance of the map from JSON.

  • json values to initialize this map.