UThreadgateAllowFollowingRule constructor

const UThreadgateAllowFollowingRule({
  1. required FollowingRule data,
})

Implementation

const factory UThreadgateAllowFollowingRule(
        {required final FollowingRule data}) =
    _$UThreadgateAllowFollowingRuleImpl;