logfile property

  1. @JsonKey(name: "logfile")
String? logfile
inherited

The path to the log file of the user who submitted this feedback.

This will only be available if the user is making a bug report, i.e. type is FeedbackType.bug.

Implementation

@JsonKey(name: "logfile")
String? get logfile => throw _privateConstructorUsedError;