static FCurve fromJson(final String json) { return FCurve( curve: dictiornary[json] ?? Curves.linear, ); }