senderId property

String senderId

Implementation

String get senderId =>
    (representativeId?.isNotEmpty ?? false) ? representativeId! : userId;