read property

  1. @JsonKey(name: 'read', required: true)
bool get read
inherited

A new message in the conversation that has not been read

Implementation

@JsonKey(name: 'read', required: true)
bool get read => throw _privateConstructorUsedError;