createdAtTimestamp property

  1. @JsonKey(name: "timestamp")
int createdAtTimestamp
inherited

The timestamp when this feedback was created.

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

Implementation

@JsonKey(name: "timestamp")
int get createdAtTimestamp => throw _privateConstructorUsedError;