Related.fromJson constructor

Related.fromJson(
  1. String str
)

Implementation

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