lockable property

  1. @JsonKey(name: 'lockable')
bool? lockable
getter/setter pair

If the item can be locked, this will indicate that state.

Implementation

@JsonKey(name:'lockable')
bool? lockable;