collections property

List<MemberCollectionInfo> collections
getter/setter pair

Implementation

static List<MemberCollectionInfo> collections = [
  MemberCollectionInfo('memberprofile', 'authorId'),
  MemberCollectionInfo('post', 'authorId'),
  MemberCollectionInfo('postcomment', 'memberId'),
  MemberCollectionInfo('postlike', 'memberId'),
];