stringProducer static method

String stringProducer(
  1. dynamic e
)

Implementation

static String stringProducer(dynamic e) => e.toString();