ImagePackPackContent constructor

ImagePackPackContent({
  1. String? displayName,
  2. Uri? avatarUrl,
  3. List<ImagePackUsage>? usage,
  4. String? attribution,
})

Implementation

ImagePackPackContent({
  this.displayName,
  this.avatarUrl,
  this.usage,
  this.attribution,
}) : _json = {};