Slot.fromJson constructor
Slot.fromJson(
- JsonObject json
Creates a Slot instance from the provided JSON object.
Implementation
Slot.fromJson(JsonObject json) : super._internal(json);
Creates a Slot instance from the provided JSON object.
Slot.fromJson(JsonObject json) : super._internal(json);