completionValue property

  1. @JsonKey(name: 'completionValue')
int? completionValue
getter/setter pair

The value at which the presentation node is considered to be completed.

Implementation

@JsonKey(name:'completionValue')
int? completionValue;