UserFollowProps constructor

const UserFollowProps({
  1. String? fromId,
  2. String? toId,
  3. int? first,
  4. String? after,
})

Implementation

const factory UserFollowProps({
  String? fromId,
  String? toId,
  int? first,
  String? after,
}) = _UserFollowProps;