paginated property

bool paginated
inherited

If paginated is set to true, returns List<VideoFull> with total, otherwise returns List<VideoFull> without the total.

Implementation

bool get paginated => throw _privateConstructorUsedError;