EGSUnitInfo constructor
EGSUnitInfo({})
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,
});