AssetsTransform constructor
AssetsTransform({})
Returns a new AssetsTransform instance.
Implementation
AssetsTransform({
required this.id,
this.name,
this.version,
this.kind,
this.value,
this.description,
this.type,
});