menu
ack_example package
documentation
anyof_example.dart
UserResponse
UserResponse.new const constructor
UserResponse.new const constructor
dark_mode
light_mode
UserResponse
constructor
const
UserResponse
(
{
required
String
id
,
required
String
name
,
required
String
email
,
})
Implementation
const UserResponse({ required this.id, required this.name, required this.email, });
ack_example package
documentation
anyof_example
UserResponse
UserResponse.new const constructor
UserResponse class