readAsInt property
- @JsonKey(name: "status")
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;