FeedbackStatus constructor

FeedbackStatus(
  1. StatusCode code,
  2. String? message, {
  3. String? propertyName,
})

Implementation

FeedbackStatus(this.code, this.message, {String? this.propertyName});