tell method

dynamic tell(
  1. dynamic m
)
inherited

Implementation

tell(m) {
  print('tell $m');
}