LoraAdapterInfo constructor

LoraAdapterInfo({
  1. required String path,
  2. required double scale,
})

Implementation

LoraAdapterInfo({
  required this.path,
  required this.scale,
});