GoogleTypeExpr constructor

GoogleTypeExpr({
  1. String? description,
  2. String? expression,
  3. String? location,
  4. String? title,
})

Implementation

GoogleTypeExpr({
  this.description,
  this.expression,
  this.location,
  this.title,
});