fromJsonModel static method

WatchlistItem fromJsonModel(
  1. Map<String, dynamic> json
)

Implementation

static WatchlistItem fromJsonModel(Map<String, dynamic> json) =>
    WatchlistItem.fromJson(json);