WebpropertyChildLink constructor

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

Implementation

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