FollowerRule.fromJson constructor

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

Implementation

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