printf function

void printf(
  1. Object? content
)

Implementation

void printf(Object? content) => print(content);