likesCount property

int? get likesCount

the number of users who liked the post;

Implementation

int? get likesCount => _likes?['count'];