Device.fromDto constructor

Device.fromDto(
  1. AccountDevice dto
)

Implementation

factory Device.fromDto(api.AccountDevice dto) => Device(
      id: dto.id,
      vars: dto.vars,
    );