servers property

List<Server>? get servers
inherited

An array of Server objects, 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 Server object with a url value of /.

Implementation

List<Server>? get servers => throw _privateConstructorUsedError;