segment property

  1. @Deprecated('Will be removed in v9. Use a custom tag or context instead to capture this information.')
String? segment
final

The user segment, for apps that divide users in user segments.

Implementation

@Deprecated(
    'Will be removed in v9. Use a custom tag or context instead to capture this information.')
final String? segment;