healthInterests property

List<String>? healthInterests

Property getter and setter for healthInterests:

Implementation

List<String>? get healthInterests;
void healthInterests=(List<String>? healthInterests)

Implementation

set healthInterests(List<String>? healthInterests);