asString static method

String? asString(
  1. PrintCustomCode? printCustomCode
)

Get the String representation of a PrintCustomCode.

Implementation

static String? asString(PrintCustomCode? printCustomCode) =>
    printCustomCode?.toString();