total property

  1. @JsonKey(fromJson: _parseTotal)
int? total
inherited

The total number of videos on the server.

Implementation

@JsonKey(fromJson: _parseTotal)
int? get total => throw _privateConstructorUsedError;