ExternalData constructor

ExternalData({
  1. String? sha256Hash,
  2. String? url,
})

Implementation

ExternalData({this.sha256Hash, this.url});