interests property

List<Favorite> interests
getter/setter pair

Implementation

late List<Favorite> interests = [];