author property

  1. @JsonKey(name: "userid")
int author
inherited

The ID of the user who submitted this feedback.

Implementation

@JsonKey(name: "userid")
int get author => throw _privateConstructorUsedError;