ImageReference constructor
ImageReference({
- required String type,
- required ObjectReference? asset,
- String? sanityAsset,
Implementation
ImageReference({
required this.type,
required this.asset,
this.sanityAsset,
});