read property
- @BoolConverter()
- @JsonKey(name: 'status')
inherited
true
if the notification has been read.
Implementation
@BoolConverter()
@JsonKey(name: 'status')
bool get read => throw _privateConstructorUsedError;
true
if the notification has been read.
@BoolConverter()
@JsonKey(name: 'status')
bool get read => throw _privateConstructorUsedError;