General constructor from JSON payload
PreferredUnit.fromJson(Map<String, dynamic> json) : identifier = json['identifier'], unit = json['unit'];