GoogleFirebaseAppdistroV1FeedbackReport constructor

GoogleFirebaseAppdistroV1FeedbackReport({
  1. String? createTime,
  2. String? firebaseConsoleUri,
  3. String? name,
  4. String? screenshotUri,
  5. String? tester,
  6. String? text,
})

Implementation

GoogleFirebaseAppdistroV1FeedbackReport({
  this.createTime,
  this.firebaseConsoleUri,
  this.name,
  this.screenshotUri,
  this.tester,
  this.text,
});