update property

  1. @JsonKey.new(name: 'update', fromJson: _decodeUpdateSessionNotificationUpdate, toJson: _encodeUpdateSessionNotificationUpdate, includeIfNull: false, required: true)
SessionUpdate update
final

The actual update content.

Implementation

@JsonKey(
  name: 'update',
  fromJson: _decodeUpdateSessionNotificationUpdate,
  toJson: _encodeUpdateSessionNotificationUpdate,
  includeIfNull: false,
  required: true,
)
final SessionUpdate update;