ContactMetadata constructor
const
ContactMetadata({
- required Set<
ContactProperty> properties, - required List<
Account> accounts,
Implementation
const ContactMetadata({required this.properties, required this.accounts});