ListRule.fromJson constructor

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

Implementation

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