collections property

List<MemberCollectionInfo> collections
getter/setter pair

Implementation

static List<MemberCollectionInfo> collections = [
  MemberCollectionInfo('chat', 'authorId'),
  MemberCollectionInfo('chatmemberinfo', 'authorId'),
  MemberCollectionInfo('memberhaschat', 'memberId'),
  MemberCollectionInfo('room', 'ownerId'),
];