DailyEntity.fromJson constructor

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

Implementation

factory DailyEntity.fromJson(Map<String, dynamic> json) =>
    $DailyEntityFromJson(json);