isConsumable property

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

Implementation

@JsonKey(name:'IsConsumable')
bool? isConsumable;