followedBy property
if the actor is followed by this DID, contains the AT-URI of the follow record
Implementation
@AtUriConverter() AtUri? get following;/// if the actor is followed by this DID, contains the AT-URI of the follow record
@AtUriConverter() AtUri? get followedBy;