EdgeLocation.fromJson constructor
EdgeLocation.fromJson(
- Map json_
Implementation
EdgeLocation.fromJson(core.Map json_)
: this(
metropolitanArea: json_['metropolitanArea'] as core.String?,
);