EGSUnitInfo constructor

EGSUnitInfo({
  1. required String uuid,
  2. required String taxpayerProvidedId,
  3. required String model,
  4. required String crnNumber,
  5. required String taxpayerName,
  6. required String vatNumber,
  7. required String branchName,
  8. required String branchIndustry,
  9. required Location location,
})

Implementation

EGSUnitInfo({
  required this.uuid,
  required this.taxpayerProvidedId,
  required this.model,
  required this.crnNumber,
  required this.taxpayerName,
  required this.vatNumber,
  required this.branchName,
  required this.branchIndustry,
  required this.location,
});