TrendData.fromJson constructor

TrendData.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory TrendData.fromJson(Map<String, Object?> json) =>
    _$TrendDataFromJson(json);