jsonParser property

Implementation

static final RWidgetParserFunction<RLabelWidget> jsonParser =
    (json) => RLabelWidget._fromJson(json);