userId property

String? get userId

Implementation

String? get userId => rootObject[PusherChannelsEvent.userIdKey]?.toString();