FindPhoneBean.fromJson constructor

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

Implementation

factory FindPhoneBean.fromJson(Map<String, dynamic> json) => FindPhoneBean(
      type: json["type"],
    );