ItemState.fromJson constructor

ItemState.fromJson(
  1. int numValue
)

Implementation

factory ItemState.fromJson(int numValue) => ItemState(numValue);