TestServerConfig constructor

TestServerConfig([
  1. Map<String, String>? env
])

Implementation

TestServerConfig([Map<String, String>? env])
    : super(env ?? <String, String>{});