Phone.fromJson(Map<String, dynamic> json) { _default = json['default']; number = json['number']; type = json['type']; }