FeedbackJsonResult constructor

const FeedbackJsonResult({
  1. String? message,
  2. int? statusCode,
  3. BFeedback? feedback,
})

Implementation

const FeedbackJsonResult({this.message, this.statusCode, this.feedback}) : super();