joinedAt property Null safety

int joinedAt

Implementation

int get joinedAt => data['joined_ts'] ?? 0;