RPStepJumpRule.fromJson constructor

RPStepJumpRule.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory RPStepJumpRule.fromJson(Map<String, dynamic> json) =>
    FromJsonFactory().fromJson(json) as RPStepJumpRule;