use method

void use(
  1. List<NikuButton> v
)
inherited

Implementation

void use(List<T> v) {
  for (final e in v) apply = e;
}