isAggregate property

bool isAggregate

Implementation

bool get isAggregate {
  return keys?.mode == ContactMode.unified;
}