getDefault static method

FFCustomCodeLibrary getDefault()

Implementation

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