getDefault static method

LoRAApplyResult getDefault()

Implementation

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