Conditions.fromJson constructor

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

Implementation

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