menu
hive_api package
documentation
hive_api.dart
Following
Following const constructor
Following const constructor
dark_mode
light_mode
Following
constructor
const
Following
(
{
required
String
follower
,
required
String
following
,
required
List
<
String
>
what
,
})
Implementation
const Following({ required this.follower, required this.following, required this.what, });
hive_api package
documentation
hive_api
Following
Following const constructor
Following class