opened property

  1. @JsonKey(name: 'opened')
bool? opened
final

Whether to enable the advanced features of streaming with transcoding: true : Enable the advanced features. false : (Default) Do not enable the advanced features.

Implementation

@JsonKey(name: 'opened')
final bool? opened;