Copyright constructor

const Copyright({
  1. String? url,
  2. String? value,
})

Implementation

const Copyright({
  this.url,
  this.value,
});