stdout method

void stdout(
  1. Object? o
)

Implementation

void stdout(Object? o) => print(o);