maxUpcomingHours property

  1. @JsonKey(name: 'max_upcoming_hours', toJson: intToStringNullable, includeIfNull: false)
int? maxUpcomingHours
inherited

Number of maximum hours upcoming to get upcoming videos by (for rejecting waiting rooms that are two years out)

Implementation

@JsonKey(
    name: 'max_upcoming_hours',
    toJson: intToStringNullable,
    includeIfNull: false)
int? get maxUpcomingHours => throw _privateConstructorUsedError;