sessionId property

  1. @JsonKey.new(name: 'sessionId', fromJson: _decodeUpdateSessionNotificationSessionId, toJson: _encodeUpdateSessionNotificationSessionId, includeIfNull: false, required: true)
SessionId sessionId
final

The ID of the session this update pertains to.

Implementation

@JsonKey(
  name: 'sessionId',
  fromJson: _decodeUpdateSessionNotificationSessionId,
  toJson: _encodeUpdateSessionNotificationSessionId,
  includeIfNull: false,
  required: true,
)
final SessionId sessionId;