buildableProductRunnable property

BuildableProductRunnable get buildableProductRunnable

The BuildReference to launch when executing the Launch Action

Implementation

BuildableProductRunnable get buildableProductRunnable => getSingleChild(
    'BuildableProductRunnable',
    (element) => BuildableProductRunnable._(element))!;
set buildableProductRunnable (BuildableProductRunnable value)

Implementation

set buildableProductRunnable(BuildableProductRunnable value) =>
    setSingleChild(value);