jsonParser property

Implementation

static final RActionParserFunction<RNavigateAction> jsonParser =
    (json) => RNavigateAction._fromJson(json);