Zil static method

dynamic Zil(
  1. dynamic str
)

Implementation

static Zil(dynamic str) {
  return new Unit(str).asZil();
}