jsonParser property

Implementation

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