applicableInterests property Null safety

SetBuilder<LocalizedType<Interest>> applicableInterests

Implementation

SetBuilder<LocalizedType<Interest>> get applicableInterests =>
    _$this._applicableInterests ??= new SetBuilder<LocalizedType<Interest>>();
void applicableInterests=(SetBuilder<LocalizedType<Interest>>? applicableInterests)

Implementation

set applicableInterests(
        SetBuilder<LocalizedType<Interest>>? applicableInterests) =>
    _$this._applicableInterests = applicableInterests;