activeBranchScreenName property

String? get activeBranchScreenName

The screen name used to serialize the active branch in the web URL.

Implementation

String? get activeBranchScreenName =>
    _branchMetadata[_activeBranchId]?.screenName;