sunnyIdentity static method
Implementation
static IContactIdentity? sunnyIdentity(ISunnyContact contact) =>
contact.identities
.orWhere((identity) => identity.sourceType == sunnySource)
.firstOr();
static IContactIdentity? sunnyIdentity(ISunnyContact contact) =>
contact.identities
.orWhere((identity) => identity.sourceType == sunnySource)
.firstOr();