builder<T> static method

dynamic builder<T>(
  1. T fn(
    1. _ChalonaUnlockedConstructor unlocked
    )
)

Implementation

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