PreconfiguredLiveStreamEndpoints constructor

const PreconfiguredLiveStreamEndpoints({
  1. @JsonKey(name: 'preConfiguredEndpoints') required List<String> endpoints,
})

Implementation

const factory PreconfiguredLiveStreamEndpoints(
        {@JsonKey(name: 'preConfiguredEndpoints')
        required final List<String> endpoints}) =
    _$PreconfiguredLiveStreamEndpointsImpl;