RPStep.fromJson constructor

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

Implementation

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