ThirdPartyGdoMetadata constructor

const ThirdPartyGdoMetadata({
  1. required bool isSidewalkGateway,
  2. required String thirdPartyManufacturer,
  3. required String thirdPartyModel,
  4. required ThirdPartyGdoProperties thirdPartyProperties,
  5. required String integrationType,
})

Implementation

const ThirdPartyGdoMetadata({
  required this.isSidewalkGateway,
  required this.thirdPartyManufacturer,
  required this.thirdPartyModel,
  required this.thirdPartyProperties,
  required this.integrationType,
});