fromJson static method

ListProperty fromJson(
  1. String json
)

Implementation

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