Distinct.fromJson constructor

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

Implementation

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