toJson method

Map<String, dynamic> toJson()

json من النماذج الى بيانات

Implementation

Map<String, dynamic> toJson() {
  return {};
}