onlineState property
latefinal
Whether the message gets delivered to an online user.
This field is issued by the server to indicate whether the recipient is online when the message is delivered.
This field is not stored in the local database. The value of this field is true by default for messages read from the database or pulled from the server.
Implementation
late final bool onlineState;