Locations.fromJson constructor

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

Implementation

Locations.fromJson(Map<String, dynamic> json) {
  cfi = json['cfi'];
}