Asr.fromJson constructor

Asr.fromJson(
  1. Map<String, dynamic> json
)

Implementation

Asr.fromJson(Map<String, dynamic> json) {
  text = json['text'];
}