read property

  1. @BoolConverter()
  2. @JsonKey(name: 'status')
bool get read
inherited

true if the notification has been read.

Implementation

@BoolConverter()
@JsonKey(name: 'status')
bool get read => throw _privateConstructorUsedError;