repoBlobRefOrNull property

RepoBlobRef? get repoBlobRefOrNull

Returns RepoBlobRef if this data is RepoBlobRef, otherwise null.

Implementation

RepoBlobRef? get repoBlobRefOrNull => isRepoBlobRef ? repoBlobRef : null;