LlamaController.fromJson constructor

LlamaController.fromJson(
  1. String source
)

Creates a new instance from a JSON string.

Implementation

factory LlamaController.fromJson(String source) =>
    LlamaController.fromMap(jsonDecode(source));