toJson method

Map<String, Object?> toJson()

Converts this configuration to JSON-compatible values.

Implementation

Map<String, Object?> toJson() {
  return {'loraPath': ?loraPath, 'audioLoraPath': ?audioLoraPath};
}