Slot.fromJson constructor

Slot.fromJson(
  1. JsonObject json
)

Creates a Slot instance from the provided JSON object.

Implementation

Slot.fromJson(JsonObject json) : super._internal(json);