Config.fromStream constructor

Config.fromStream(
  1. Stream stream
)

Implementation

Config.fromStream(Stream stream) {
  load(stream);
}