downvotes property

int? downvotes

Implementation

int? get downvotes => originalJson['downvotes'] as int?;