BuilderArg<T> constructor

const BuilderArg<T>(
  1. ArgBuilder<T> builder
)

Implementation

const BuilderArg(
  this.builder,
) : super.empty();