fromJson static method

ItemSlot? fromJson(
  1. dynamic value
)

Implementation

static ItemSlot? fromJson(dynamic value) => ItemSlotTypeTransformer().decode(value);