getDefault static method

LoRAState getDefault()

Implementation

@$core.pragma('dart2js:noInline')
static LoRAState getDefault() =>
    _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<LoRAState>(create);