memberCount property Null safety

int memberCount

Implementation

int get memberCount => data['member_count'] ?? 0;