person property

Person? person
final

Person that sent this message.

When this is set to null the Person given to MessagingStyleInformation.person i.e. this would indicate that the message was sent from the user.

Implementation

final Person? person;