readAsInt property

  1. @JsonKey(name: 'status')
int readAsInt
inherited

The read status of the notification as an integer.

This is used internally by the API and should not be used by the client, use read instead.

Implementation

@JsonKey(name: 'status')
int get readAsInt => throw _privateConstructorUsedError;