Conditions.fromJson constructor

Conditions.fromJson(
  1. String str
)

Implementation

factory Conditions.fromJson(String str) =>
    Conditions.fromMap(json.decode(str));