maxStackSize property

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

If available, this is the maximum stack size to display for the socket plug item.

Implementation

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