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