allInterests property Null safety

BuiltMap<String, LocalizedType<Interest>> allInterests
read / write

DO NOT MODIFY OUTSIDE OF InterestGqlRepository

Implementation

static BuiltMap<String /* id */, LocalizedType<Interest>> allInterests =
    BuiltMap<String, LocalizedType<Interest>>();