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