fromJson static method

ResultVector fromJson(
  1. String json
)

Implementation

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