maker method

$Maker<T> maker(
  1. $Maker<T> f()
)

Implementation

$Maker<T> maker($Maker<T> Function() f) {
  return f();
}