Deductions.fromJson constructor

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

Implementation

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