services property

  1. @JsonKey.new(name: 'services')
List<ApiService>? services
getter/setter pair

List of enabled APIs.

Optional values can be found in: https://xtls.github.io/config/api.html#supported-api-list

Implementation

@JsonKey(name: 'services')
List<ApiService>? services;