GetFollowedStreamsProps constructor

const GetFollowedStreamsProps({
  1. required String userId,
  2. int? first,
  3. int? after,
})

Implementation

const factory GetFollowedStreamsProps(
    {required String userId,
    int? first,
    int? after}) = _GetFollowedStreamsProps;