fromJson static method

dynamic fromJson(
  1. Map json
)

Implementation

static fromJson(Map json) =>
    GetHealthData(resultBase: json['resultBase'], result: json['result']);