Source.fromJson constructor

Source.fromJson(
  1. String str
)

Implementation

factory Source.fromJson(String str) => Source.fromMap(json.decode(str));