activePatchId property
String?
get
activePatchId
Active patch ID string (or null if base binary).
Implementation
static String? get activePatchId => _currentPatch.value?.id;
Active patch ID string (or null if base binary).
static String? get activePatchId => _currentPatch.value?.id;