toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return ServerListMapper.ensureInitialized().encodeMap<ServerList>(
    this as ServerList,
  );
}