TrendView.fromJson constructor

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

Implementation

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