menu
ptgc package
documentation
raw.dart
Contact
Contact.new const constructor
Contact.new const constructor
dark_mode
light_mode
Contact
constructor
const
Contact
(
{
required
int
userId
,
required
bool
mutual
,
})
Contact constructor.
Implementation
const Contact({required this.userId, required this.mutual}) : super._();
ptgc package
documentation
raw
Contact
Contact.new const constructor
Contact class