FollowingArrayEntity constructor

FollowingArrayEntity({
  1. required String? appId,
  2. List<String>? followers,
})

Implementation

FollowingArrayEntity({
  required this.appId,
  this.followers,
});