getDefault static method

MsgExecuteRecipe getDefault()

Implementation

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