getDefault static method

TransactionOutputPlan getDefault()

Implementation

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