isDuplicate property

bool get isDuplicate

Implementation

bool get isDuplicate =>
    katamari.lengthInBytes == 1 &&
    threadEntries.lengthInBytes == 1 &&
    groupEntries.lengthInBytes == 1;