CustomDimensionParentLink constructor

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

Implementation

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