Platforms constructor

Platforms({
  1. Platform? linux,
  2. Platform? windows,
})

Implementation

Platforms({this.linux, this.windows});