ImagePackPackContent constructor
ImagePackPackContent({
- String? displayName,
- Uri? avatarUrl,
- List<
ImagePackUsage> ? usage, - String? attribution,
Implementation
ImagePackPackContent(
{this.displayName, this.avatarUrl, this.usage, this.attribution})
: _json = {};