ServerListResult constructor

ServerListResult({
  1. required List<Server> items,
})

Implementation

ServerListResult({
  required this.items,
});