menu
stash_app_flutter
features/scenes/data/repositories/stream_resolver.dart
StreamChoice
StreamChoice.new const constructor
StreamChoice.new
dark_mode
light_mode
StreamChoice
constructor
const
StreamChoice
(
{
required
String
url
,
required
String
mimeType
,
String
?
label
,
})
Implementation
const StreamChoice({required this.url, required this.mimeType, this.label});
stash_app_flutter
stream_resolver
StreamChoice
StreamChoice.new const constructor
StreamChoice class