Ecf.builder constructor

Ecf.builder()

Implementation

factory Ecf.builder() {
  return ChalonaMap.builder((unlocked) => Ecf(unlocked: unlocked));
}