fromJson<T> static method

WidgetOptions<T> fromJson<T>(
  1. String json
)

Implementation

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