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