ServerPlatformDto.fromModel constructor

ServerPlatformDto.fromModel(
  1. ServerPlatform model
)

Implementation

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