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