Computer constructor
Computer(
- String vendor,
- String product, {
- List<
ComputerTransport> transports = const [],
Implementation
Computer(this.vendor, this.product, {this.transports = const []});