SpaceAppsConnection constructor

SpaceAppsConnection({
  1. List<SpaceAppsEdge?>? edges,
  2. PageInfo? pageInfo,
  3. List<App?>? spaceApps,
  4. int? totalCount,
})

Implementation

factory SpaceAppsConnection({
  List<SpaceAppsEdge?>? edges,
  PageInfo? pageInfo,
  List<App?>? spaceApps,
  int? totalCount,
}) = _SpaceAppsConnection;