Condition.fromJson constructor

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

Creates a condition from a JSON object.

Implementation

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