Attribution.fromJson constructor

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

Implementation

factory Attribution.fromJson(Map<String, dynamic> json) {
  return _$AttributionFromJson(json);
}