goldenBrainConstructSet property

Set<String> get goldenBrainConstructSet

Implementation

Set<String> get goldenBrainConstructSet =>
    goldenBrainConstruct.map((item) => item.battleUniverseNoticeKey).toSet();