asString static method

String? asString(
  1. CodMethod? codMethod
)

Get the String representation of a CodMethod.

Implementation

static String? asString(CodMethod? codMethod) => codMethod?.toString();