getDefault static method

Preset getDefault()

Implementation

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