GpsBean.fromJson constructor

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

Implementation

factory GpsBean.fromJson(Map<String, dynamic> json) =>
    GpsBean(file: json["file"] ?? "", epoType: json["epoType"] ?? -1);