HealthService.fromJson constructor

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

Implementation

factory HealthService.fromJson(Map<String, dynamic> json) =>
    FromJsonFactory().fromJson<HealthService>(json);