sessionId property
- @JsonKey.new(name: 'sessionId', fromJson: _decodeUpdateSessionNotificationSessionId, toJson: _encodeUpdateSessionNotificationSessionId, includeIfNull: false, required: true)
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;