FileImageMediaMetadataLocation.fromJson constructor
FileImageMediaMetadataLocation.fromJson(
- Map json_
Implementation
FileImageMediaMetadataLocation.fromJson(core.Map json_)
: this(
altitude: (json_['altitude'] as core.num?)?.toDouble(),
latitude: (json_['latitude'] as core.num?)?.toDouble(),
longitude: (json_['longitude'] as core.num?)?.toDouble(),
);