Ayat.fromRawJson constructor

Ayat.fromRawJson(
  1. String str
)

Implementation

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