fromJson method

T fromJson(
  1. String json
)

Implementation

T fromJson(String json) {
  return fromJsonBytes(utf8.encode(json));
}