ImageAsset constructor

ImageAsset(
  1. List<String> _fragments,
  2. String hash
)

Implementation

ImageAsset(this._fragments, this.hash);