Service constructor Null safety
Implementation
Service(
{required this.nameSpace,
required this.xAddr,
required this.version,
this.capabilites});
Service(
{required this.nameSpace,
required this.xAddr,
required this.version,
this.capabilites});