ItemState.fromJson constructor
ItemState.fromJson(
- int numValue
Implementation
factory ItemState.fromJson(int numValue) => ItemState(numValue);
factory ItemState.fromJson(int numValue) => ItemState(numValue);