feedbackLink property
bool
get
feedbackLink
A Boolean value indicating whether the attribution statement is a shortcut to a feedback tool.
If this property is set, the statement should be treated as a way for the user to provide feedback rather than an attribution statement.
Implementation
bool get feedbackLink {
return _objc_msgSend_91o635(this.ref.pointer, _sel_isFeedbackLink);
}
set
feedbackLink
(bool value)
A Boolean value indicating whether the attribution statement is a shortcut to a feedback tool.
If this property is set, the statement should be treated as a way for the user to provide feedback rather than an attribution statement.
Implementation
set feedbackLink(bool value) {
_objc_msgSend_1s56lr9(this.ref.pointer, _sel_setFeedbackLink_, value);
}