ListFeeds constructor

ListFeeds([
  1. void b(
    1. ListFeedsBuilder
    )?
])

Creates a new ListFeeds object using the builder pattern.

Implementation

factory ListFeeds([void Function(ListFeedsBuilder)? b]) = _$ListFeeds;