PredictionsProps.fromJson constructor

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

Implementation

factory PredictionsProps.fromJson(Map<String, dynamic> json) =>
    _$PredictionsPropsFromJson(json);