ImageReference constructor

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

Implementation

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