name property

String get name

Implementation

String get name =>
    _properties.name ?? recipients.map((e) => e.username).join(', ');