parse static method

Implementation

static WidgetDescriptionResult parse(Map m) =>
    new WidgetDescriptionResult(new List.from(
        m['properties'].map((obj) => FlutterWidgetProperty.parse(obj))));