fromJson static method

ContentOptions fromJson(
  1. String json
)

Implementation

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