WebpropertyParentLink constructor

WebpropertyParentLink({
  1. String? href,
  2. String? type,
})

Implementation

WebpropertyParentLink({
  this.href,
  this.type,
});