canMergeWith abstract method

bool canMergeWith(
  1. Attribution other
)

Returns true if this Attribution can be combined with the other Attribution, replacing both smaller attributions with one larger attribution.

Implementation

bool canMergeWith(Attribution other);