toEntity method
Implementation
@override
FollowingArrayEntity toEntity({String? appId}) {
return FollowingArrayEntity(
appId: appId,
followers: (followers != null) ? followers : null,
);
}
@override
FollowingArrayEntity toEntity({String? appId}) {
return FollowingArrayEntity(
appId: appId,
followers: (followers != null) ? followers : null,
);
}