targetToJson function

String targetToJson(
  1. Target co
)

Implementation

String targetToJson(Target co) {
  return co.key;
}