ServerFromJson constructor

const ServerFromJson({
  1. required List<ServerType> params,
})

Implementation

const ServerFromJson({required this.params});