modifiedByUserId property

  1. @JsonKey(name: "lastmodifiedby")
int? modifiedByUserId
inherited

The ID of the user who last modified this feedback.

Implementation

@JsonKey(name: "lastmodifiedby")
int? get modifiedByUserId => throw _privateConstructorUsedError;