from static method

dynamic from(
  1. dynamic str
)

Implementation

static from(dynamic str) {
  return new Unit(str);
}