TelemetryEntityView.fromJson constructor

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

Implementation

TelemetryEntityView.fromJson(Map<String, dynamic> json)
    : timeseries = json['timeseries'],
      attributes = AttributesEntityView.fromJson(json['attributes']);