Graph constructor

Graph(
  1. List<ProfileView> actors,
  2. String? cursor
)

Implementation

Graph(this.actors, this.cursor);