from property

  1. @JsonKey(name: 'from')
Recipient? from
final

The display name of the sender.

Implementation

@JsonKey(name: 'from')
final Recipient? from;