build method Null safety

LDConfig build()

Create an LDConfig from the current configuration of the builder.

Implementation

LDConfig build() {
  return LDConfig._builder(this);
}