builder<T> static method
dynamic
builder<T>(
- T fn(
- _ChalonaUnlockedConstructor unlocked
Implementation
static builder<T>(T Function(_ChalonaUnlockedConstructor unlocked) fn) {
_memberPools.add([]);
return fn(_ChalonaUnlockedConstructor());
}