Rule.fromJson constructor

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

Implementation

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