WorldTouchpoint constructor
const
WorldTouchpoint({})
Implementation
const WorldTouchpoint({
required this.name,
required this.type,
required this.family,
required this.priority,
required this.contract,
required this.methods,
});