NoticeList typedef

NoticeList = List

NoticePoint | NoticeComment | NoticeAt | NoticeFollow | NoticeSystem 列表,根据 NoticeType 变化

Implementation

typedef NoticeList = List<dynamic>;