codMethodToJson function

String? codMethodToJson(
  1. CodMethod? codMethod
)

Implementation

String? codMethodToJson(CodMethod? codMethod) => CodMethod.asString(codMethod);