RuutContact constructor
RuutContact({})
Implementation
RuutContact({
required this.id,
required this.contactIdentifier,
required this.pubsubToken,
required this.name,
required this.email,
});
RuutContact({
required this.id,
required this.contactIdentifier,
required this.pubsubToken,
required this.name,
required this.email,
});