viewsCount property

int? get viewsCount

the number of views of the wall.

Implementation

int? get viewsCount => payload['views']?['count'];