codMethodFromJson function

CodMethod? codMethodFromJson(
  1. String? value
)

Implementation

CodMethod? codMethodFromJson(String? value) => CodMethod.fromString(value);