typeFromJson function

Type typeFromJson(
  1. String key
)

Implementation

Type typeFromJson(String key) {
  return TypeSet().lookup(key);
}