isAggregate property

bool get isAggregate

Implementation

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