LlamaController.fromJson constructor
LlamaController.fromJson(
- String source
Creates a new instance from a JSON string.
Implementation
factory LlamaController.fromJson(String source) =>
LlamaController.fromMap(jsonDecode(source));