fromJson static method

ImageOptions fromJson(
  1. String json
)

Implementation

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