asString static method
- PrintCustomCode? printCustomCode
Get the String representation of a PrintCustomCode.
Implementation
static String? asString(PrintCustomCode? printCustomCode) =>
printCustomCode?.toString();
Get the String representation of a PrintCustomCode.
static String? asString(PrintCustomCode? printCustomCode) =>
printCustomCode?.toString();