NiceReferencePoint constructor
const
NiceReferencePoint({})
Implementation
const NiceReferencePoint({
required this.id,
required this.name,
required this.type,
required this.position,
required this.floorId,
this.description,
this.icon,
});