activePatchId property

String? get activePatchId

Active Shorebird patch identifier string (e.g. 'patch_1', or null if base release).

Implementation

static String? get activePatchId =>
    _currentPatchNumber != null ? 'patch_$_currentPatchNumber' : null;