ImagenSubjectConfig constructor
ImagenSubjectConfig({
- String? description,
- ImagenSubjectReferenceType? type,
Implementation
ImagenSubjectConfig({
this.description,
this.type,
});