downvotes property

int? get downvotes

Implementation

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