readAsInt property

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

The read status of this feedback as int.

This is used internally to map the API response. Use read instead.

Implementation

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