targetLabel property

String get targetLabel

Implementation

String get targetLabel =>
    targetUserId != null ? 'User: $targetUserId' : 'Org: $targetOrgId';