Code.fromJson constructor

Code.fromJson(
  1. String json
)

Implementation

factory Code.fromJson(String json) => Code(json);