Преобразование json в модель
factory InvoiceOrder.fromJson(Map<String, dynamic> json) => _$InvoiceOrderFromJson(json);