servers property Null safety
read / write
An array of APIServerDescription
, which provide connectivity information to a target server.
If the servers property is not provided, or is an empty array, the default value would be a APIServerDescription
with a url value of /.
Implementation
List<APIServerDescription?>? servers;