subInterests method Null safety
Implementation
BuiltSet<LocalizedType<Interest>> subInterests() => subInterestIds
.map((id) => InterestStorage.allInterests[id])
.whereNotNull()
.toBuiltSet();
BuiltSet<LocalizedType<Interest>> subInterests() => subInterestIds
.map((id) => InterestStorage.allInterests[id])
.whereNotNull()
.toBuiltSet();