UserGetFeed constructor

UserGetFeed({
  1. int? feedId,
  2. String? name,
})

Returns a new UserGetFeed instance.

Implementation

UserGetFeed({
  this.feedId,
  this.name,
});