Achievement constructor
Achievement({})
Implementation
Achievement(
{this.id,
this.identifier,
this.title,
this.subTitle,
this.description,
this.targetType,
this.target,
this.expiry,
this.expiryDays,
this.expiryDate,
this.accumulate,
this.isActive,
this.updatedAt,
this.iconLink,
this.levelOrderNumber});