UserProperty constructor
UserProperty({})
Implementation
UserProperty(
{required this.key,
required this.value,
required this.id,
required this.lastModifiedDate,
required this.createdDate,
this.links});