ServerPlatformDto constructor

ServerPlatformDto({
  1. required String os,
  2. required String arch,
  3. required String abi,
})

Implementation

ServerPlatformDto({required this.os, required this.arch, required this.abi});