XTremeCodeSeriesInfo.fromJson constructor

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

Creates a new instance of XTremeCodeSeriesInfo from a JSON object.

Implementation

factory XTremeCodeSeriesInfo.fromJson(Map<String, dynamic> json) =>
    _$XTremeCodeSeriesInfoFromJson(json);