call method

  1. @nonVirtual
String call(
  1. T object
)

Prints the object.

Implementation

@nonVirtual
String call(T object) => print(object);