count property

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

The amount of the material required.

Implementation

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