ServerPlatformDto.fromModel constructor
ServerPlatformDto.fromModel(
- ServerPlatform model
Implementation
factory ServerPlatformDto.fromModel(ServerPlatform model) =>
ServerPlatformDto(os: model.os, arch: model.arch, abi: model.abi);