fromJson method

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

من البيانات القادمة من الخادم الى نماذج

Implementation

void fromJson(Map<String, dynamic>? json) {
  callListener(rebuild);
}