typeToJson function

String typeToJson(
  1. Type co
)

Implementation

String typeToJson(Type co) {
  return co.key;
}