applicableInterests property Null safety
Implementation
SetBuilder<LocalizedType<Interest>> get applicableInterests =>
_$this._applicableInterests ??= new SetBuilder<LocalizedType<Interest>>();
Implementation
set applicableInterests(
SetBuilder<LocalizedType<Interest>>? applicableInterests) =>
_$this._applicableInterests = applicableInterests;