Rule.fromJson constructor

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

Implementation

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