repoBlobRef property

RepoBlobRef? get repoBlobRef

Implementation

RepoBlobRef? get repoBlobRef => isRepoBlobRef ? data as RepoBlobRef : null;