ApplicationReference constructor

ApplicationReference({
  1. String? type,
})

Implementation

ApplicationReference({
  this.type,
});