preventCheckOut property

  1. @JsonKey.new(name: 'PreventCheckOut', includeIfNull: false)
bool? preventCheckOut
final

Implementation

@JsonKey(name: 'PreventCheckOut', includeIfNull: false)
final bool? preventCheckOut;