menu
obby_client
obby_client.dart
WatchList
WatchList.new const constructor
WatchList.new
dark_mode
light_mode
WatchList
constructor
const
WatchList
(
{
required
List
<
String
>
watching
,
required
List
<
String
>
online
,
})
Implementation
const WatchList({ required this.watching, required this.online, });
obby_client
obby_client
WatchList
WatchList.new const constructor
WatchList class