repostsCount property

int? get repostsCount

the number of reposts;

Implementation

int? get repostsCount => _reposts?['count'];