SerializableMapOfPercentile.fromJson constructor

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

Implementation

factory SerializableMapOfPercentile.fromJson(Map<String, dynamic> json) {
  json = {"percentile": json};
  return _$SerializableMapOfPercentileFromJson(json);
}