Place constructor
Place({})
Implementation
Place(
{this.id,
this.href,
this.name,
this.role,
this.baseType,
this.schemaLocation,
this.type,
this.referredType,
this.relatedLocation,
this.meta});