viewsCount property

int? get viewsCount

The number of views of the wiki page.

Implementation

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