FollowUserIntent constructor

FollowUserIntent({
  1. required String username,
  2. String? language,
})

Implementation

FollowUserIntent({
  required this.username,
  this.language,
});