FeedbackStatus constructor
FeedbackStatus(
- StatusCode code,
- String? message, {
- String? propertyName,
Implementation
FeedbackStatus(this.code, this.message, {String? this.propertyName});