TrendValueV2.fromJson constructor

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

Implementation

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