AttributionLink constructor

const AttributionLink({
  1. required String href,
})

Implementation

const AttributionLink({
  required this.href,
});