raw method

void raw(
  1. String whereRaw
)

Implementation

void raw(String whereRaw) {
  _raw.add(whereRaw);
}