fromJson static method
- String json
Implementation
static BoardsSpawnRequest fromJson(String json) {
return ensureInitialized().decodeJson<BoardsSpawnRequest>(json);
}
static BoardsSpawnRequest fromJson(String json) {
return ensureInitialized().decodeJson<BoardsSpawnRequest>(json);
}