build method Null safety
Create an LDConfig from the current configuration of the builder.
Implementation
LDConfig build() {
return LDConfig._builder(this);
}
Create an LDConfig from the current configuration of the builder.
LDConfig build() {
return LDConfig._builder(this);
}