Type.fromRawJson constructor

Type.fromRawJson(
  1. String str
)

Implementation

factory Type.fromRawJson(String str) => Type.fromJson(json.decode(str));