fromJson static method

StockSearchModel fromJson(
  1. String json
)

Implementation

static StockSearchModel fromJson(String json) {
  return ensureInitialized().decodeJson<StockSearchModel>(json);
}