update property
- @JsonKey.new(name: 'update', fromJson: _decodeUpdateSessionNotificationUpdate, toJson: _encodeUpdateSessionNotificationUpdate, includeIfNull: false, required: true)
final
The actual update content.
Implementation
@JsonKey(
name: 'update',
fromJson: _decodeUpdateSessionNotificationUpdate,
toJson: _encodeUpdateSessionNotificationUpdate,
includeIfNull: false,
required: true,
)
final SessionUpdate update;