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