Tax.fromJson(Map<String, dynamic> json) { id = json['id']; createdAt = json['createdAt']; office = json['office']; number = json['number']; }