ImageReference constructor

ImageReference({
  1. required ObjectReference? asset,
  2. String? sanityAsset,
})

Implementation

ImageReference({
  required this.asset,
  this.sanityAsset,
});