Exhaustive.fromJson constructor

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

Implementation

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